changeset 2959:1b7bf70aab74 libavformat

unset extension, so code path, and guess format do not choose avm2/flash 9 by default, not sure this is adequate though, this fixes regression tests.
author bcoudurier
date Mon, 21 Jan 2008 13:43:40 +0000
parents b489d30f8685
children e5d44127b182
files swf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/swf.c	Mon Jan 21 11:09:06 2008 +0000
+++ b/swf.c	Mon Jan 21 13:43:40 2008 +0000
@@ -805,7 +805,7 @@
     "avm2",
     "Flash 9 (AVM2) format",
     "application/x-shockwave-flash",
-    "swf",
+    NULL,
     sizeof(SWFContext),
     CODEC_ID_MP3,
     CODEC_ID_FLV1,