Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-03-04 03:12:17 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-04-03 18:40:11 +0400
commit5b56ad03fa3c580e38322c902891a77ecc93686b (patch)
treee0ad41a78ddd4ffe29bff1558c4e761bce07fa9d /libavformat/asfdec.c
parent15957b197a63d08c33c34f08ef8b161335736914 (diff)
Reimplement stream probe try #2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/asfdec.c')
-rw-r--r--libavformat/asfdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c
index 031d4820f5..82cad560d1 100644
--- a/libavformat/asfdec.c
+++ b/libavformat/asfdec.c
@@ -292,7 +292,7 @@ static int asf_read_stream_properties(AVFormatContext *s, int64_t size)
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_PROBE;
+ st->request_probe= 1;
st->codec->codec_tag = 0;
}
if (st->codec->codec_id == CODEC_ID_AAC) {