forgot ...

Originally committed as revision 2658 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-01-03 13:29:46 +00:00
parent 783df5f347
commit 76e9d39297
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
st = s->streams[stream_index];
ast = st->priv_data;
st->codec.stream_codec_tag= handler;
get_le32(pb); /* flags */
get_le16(pb); /* priority */