[MPlayer-dev-eng] [PATCH] mplayer: minor fix for cinepak decoding

u-2w2r at aetey.se u-2w2r at aetey.se
Sun Jan 26 21:06:18 CET 2014


Hello,

Cinepak does not support YV12 (which was earlier used as a kind of
approximation of the actual internal Cinepak color space). Instead,
the codec is interfacing now in RGB in accordance with its design.

Thus, the reference to YV12 in etc/codecs.conf is erroneous
and misleading.

----
--- etc/codecs.conf.ori 2014-01-26 20:22:34.111641284 +0100
+++ etc/codecs.conf     2014-01-26 20:22:04.591296247 +0100
@@ -1009,7 +1009,7 @@
   fourcc cvid,CVID
   driver ffmpeg
   dll "cinepak"
-  out RGB24,YV12,BGR8 query
+  out RGB24,BGR8 query
 
 videocodec cvidvfw
   info "Cinepak Video"
----

Regards,
Rl



More information about the MPlayer-dev-eng mailing list