initalize has_b_frames

Originally committed as revision 4054 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-03-17 21:38:29 +00:00
parent 8ca5d3bbf4
commit 8bb8f41375
1 changed files with 1 additions and 0 deletions

View File

@ -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 */