mirror of https://git.ffmpeg.org/ffmpeg.git
initalize has_b_frames
Originally committed as revision 4054 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8ca5d3bbf4
commit
8bb8f41375
|
@ -980,6 +980,7 @@ static int decode_stream_header(NUTContext *nut){
|
|||
nom = get_v(bc);
|
||||
denom = get_v(bc);
|
||||
nut->stream[stream_id].msb_timestamp_shift = get_v(bc);
|
||||
st->codec.has_b_frames=
|
||||
nut->stream[stream_id].decode_delay= get_v(bc);
|
||||
get_byte(bc); /* flags */
|
||||
|
||||
|
|
Loading…
Reference in New Issue