Skip to main content

BSF_NOT_FOUND

Constant BSF_NOT_FOUND 

Source
pub const BSF_NOT_FOUND: i32 = -1_179_861_752;
Expand description

Bitstream filter not found (AVERROR_BSF_NOT_FOUND).

FFERRTAG(0xF8, 'B', 'S', 'F') = -(0xF8 | 'B' << 8 | 'S' << 16 | 'F' << 24). Unlike the errno-derived codes above this is a fixed FFmpeg tag, so it is the same on every platform.