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

compn tempn at twmi.rr.com
Mon Jan 27 15:25:21 CET 2014


On Sun, 26 Jan 2014 20:06:18 +0000
u-2w2r at aetey.se wrote:

> 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

looks ok if ffmpeg cinepak decoder does not output yv12.
also should remove 'query' while we are at it, query is a binary codec
flag iirc.

-compn


More information about the MPlayer-dev-eng mailing list