mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-03 19:18:01 +00:00
low_delay / has_b_frames fix
Originally committed as revision 770 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1a013246fb
commit
cc504d3c3c
@ -3504,6 +3504,8 @@ int mpeg4_decode_picture_header(MpegEncContext * s)
|
||||
return -1;
|
||||
}
|
||||
}else{
|
||||
// set low delay flag only once so the smart? low delay detection wont be overriden
|
||||
if(s->picture_number==0)
|
||||
s->low_delay=0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user