diff asf.c @ 573:b3adf6716dc3 libavformat

dvr-ms video decoding support
author michael
date Sun, 24 Oct 2004 13:07:59 +0000
parents 0a997108f384
children fe24632a577b
line wrap: on
line diff
--- a/asf.c	Fri Oct 22 13:15:18 2004 +0000
+++ b/asf.c	Sun Oct 24 13:07:59 2004 +0000
@@ -295,6 +295,8 @@
 
                 st->codec.codec_tag = tag1;
 		st->codec.codec_id = codec_get_id(codec_bmp_tags, tag1);
+                if(tag1 == MKTAG('D', 'V', 'R', ' '))
+                    st->need_parsing = 1;
             }
             pos2 = url_ftell(pb);
             url_fskip(pb, gsize - (pos2 - pos1 + 24));