Home
last modified time | relevance | path

Searched refs:bmp_fmt (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dswfdec.c320 const int bmp_fmt = avio_r8(pb); in swf_read_packet() local
327 switch (bmp_fmt) { in swf_read_packet()
340 av_log(s, AV_LOG_ERROR, "invalid bitmap format %d, skipped\n", bmp_fmt); in swf_read_packet()
356 ch_id, bmp_fmt, width, height, linesize, len, out_len, colormapsize); in swf_read_packet()
405 switch (bmp_fmt) { in swf_read_packet()