changeset 30067:1957c654b56d

force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise
author compn
date Thu, 24 Dec 2009 18:20:03 +0000
parents a2e4fd61dc4a
children 124057c64264
files libmpdemux/extension.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/extension.c	Thu Dec 24 10:56:25 2009 +0000
+++ b/libmpdemux/extension.c	Thu Dec 24 18:20:03 2009 +0000
@@ -81,6 +81,7 @@
         { "eac3",DEMUXER_TYPE_LAVF },
         { "mac", DEMUXER_TYPE_LAVF },
         { "str", DEMUXER_TYPE_LAVF },
+        { "cdg", DEMUXER_TYPE_LAVF },
 
 // At least the following are hacks against broken autodetection
 // that should not be there