mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Warn about packed B-frames. (especially useful if the file in question is
not an avi ...) Originally committed as revision 13428 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0bf017c48b
commit
bc545029bf
@ -5751,6 +5751,8 @@ static int decode_user_data(MpegEncContext *s, GetBitContext *gb){
|
|||||||
s->divx_version= ver;
|
s->divx_version= ver;
|
||||||
s->divx_build= build;
|
s->divx_build= build;
|
||||||
s->divx_packed= e==3 && last=='p';
|
s->divx_packed= e==3 && last=='p';
|
||||||
|
if(s->divx_packed)
|
||||||
|
av_log(s->avctx, AV_LOG_WARNING, "Invalid and inefficient vfw-avi packed B frames detected\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ffmpeg detection */
|
/* ffmpeg detection */
|
||||||
|
Loading…
Reference in New Issue
Block a user