diff asf.c @ 3568:c24546b44906 libavformat

New codec probing system try #1.
author michael
date Sat, 12 Jul 2008 18:42:00 +0000
parents 6c1263967c7c
children 11042d1aba87
line wrap: on
line diff
--- a/asf.c	Sat Jul 12 16:43:46 2008 +0000
+++ b/asf.c	Sat Jul 12 18:42:00 2008 +0000
@@ -264,7 +264,7 @@
                 if (is_dvr_ms_audio) {
                     // codec_id and codec_tag are unreliable in dvr_ms
                     // files. Set them later by probing stream.
-                    st->codec->codec_id = CODEC_ID_NONE;
+                    st->codec->codec_id = CODEC_ID_PROBE;
                     st->codec->codec_tag = 0;
                 }
                 st->need_parsing = AVSTREAM_PARSE_FULL;