diff etc/codecs.conf @ 34245:3498659ef543

Support BMV decoding (bug 2009). Patch by richardpl, onemda gmail
author cehoyos
date Tue, 08 Nov 2011 23:51:41 +0000
parents 07aabc1bb1fd
children 4f35512cf7b1
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Nov 08 21:19:39 2011 +0000
+++ b/etc/codecs.conf	Tue Nov 08 23:51:41 2011 +0000
@@ -3488,6 +3488,14 @@
   dll "vqavideo"
   out BGR8
 
+videocodec ffbmvvideo
+  info "FFmpeg Discoworld II BMV Video"
+  status working
+  fourcc BMVV ; internal MPlayer FourCC
+  driver ffmpeg
+  dll bmv_video
+  out BGR8
+
 videocodec ffc93
   info "FFmpeg C93 Video"
   status buggy
@@ -4285,6 +4293,13 @@
   driver ffmpeg
   dll "binkaudio_rdft"
 
+audiocodec ffbmvaudio
+  info "FFmpeg Discoworld II BMV Audio"
+  status working
+  fourcc BMVA ; internal MPlayer FourCC
+  driver ffmpeg
+  dll bmv_audio
+
 audiocodec ffdsicinaudio
   info "FFmpeg Delphine CIN audio"
   status working