# HG changeset patch # User michael # Date 1215881026 0 # Node ID 6c1263967c7cfc412e70ed604c246cf3915f1d18 # Parent 77a07b9dbe989916d4ba6b8172e5e1e205649948 command_streams are type data not unknown. diff -r 77a07b9dbe98 -r 6c1263967c7c asf.c --- 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;