[FFmpeg-cvslog] r21619 - trunk/libavformat/avidec.c

Carl Eugen Hoyos cehoyos
Wed Feb 3 00:56:21 CET 2010


michael <subversion <at> mplayerhq.hu> writes:

> Date: Wed Feb  3 00:53:38 2010
> New Revision: 21619
> 
> Log:
> Set nb_frames.

> @@ -476,7 +476,7 @@ static int avi_read_header(AVFormatConte
>                      get_le32(pb); /* ClrUsed */
>                      get_le32(pb); /* ClrImportant */
> 
> -                    if (tag1 == MKTAG('D', 'X', 'S', 'B')) {
> +                    if (tag1 == MKTAG('D', 'X', 'S', 'B') || tag1 ==
MKTAG('D','X','S','A')) {

Is this really related to "number of frames in this stream if known or 0"?

Carl Eugen




More information about the ffmpeg-cvslog mailing list