MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / unsupported

Function unsupported

libavcodec/iff.c:1461–1466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459}
1460
1461static int unsupported(AVCodecContext *avctx)
1462{
1463 IffContext *s = avctx->priv_data;
1464 avpriv_request_sample(avctx, "bitmap (compression 0x%0x, bpp %i, ham %i, interlaced %i)", s->compression, s->bpp, s->ham, s->is_interlaced);
1465 return AVERROR_INVALIDDATA;
1466}
1467
1468static int parse_packet_header(AVCodecContext *const avctx,
1469 GetByteContext *gb)

Callers 1

decode_frameFunction · 0.85

Calls 1

avpriv_request_sampleFunction · 0.85

Tested by

no test coverage detected