Commit 80600629 authored by michael's avatar michael

initalize has_b_frames


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4054 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1c4d1396
...@@ -980,6 +980,7 @@ static int decode_stream_header(NUTContext *nut){ ...@@ -980,6 +980,7 @@ static int decode_stream_header(NUTContext *nut){
nom = get_v(bc); nom = get_v(bc);
denom = get_v(bc); denom = get_v(bc);
nut->stream[stream_id].msb_timestamp_shift = 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); nut->stream[stream_id].decode_delay= get_v(bc);
get_byte(bc); /* flags */ get_byte(bc); /* flags */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment