Mercurial > libavformat.hg
changeset 3567:6c1263967c7c libavformat
command_streams are type data not unknown.
author | michael |
---|---|
date | Sat, 12 Jul 2008 16:43:46 +0000 |
parents | 77a07b9dbe98 |
children | c24546b44906 |
files | asf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/asf.c Sat Jul 12 14:28:27 2008 +0000 +++ b/asf.c Sat Jul 12 16:43:46 2008 +0000 @@ -227,7 +227,7 @@ } else if (!memcmp(&g, &video_stream, sizeof(GUID))) { type = CODEC_TYPE_VIDEO; } else if (!memcmp(&g, &command_stream, sizeof(GUID))) { - type = CODEC_TYPE_UNKNOWN; + type = CODEC_TYPE_DATA; } else if (!memcmp(&g, &ext_stream_embed_stream_header, sizeof(GUID))) { test_for_ext_stream_audio = 1; type = CODEC_TYPE_UNKNOWN;