[FFmpeg-cvslog] r11691 - trunk/libavformat/movenc.c

Reimar Döffinger Reimar.Doeffinger
Thu Jan 31 12:41:38 CET 2008


Hello,
On Thu, Jan 31, 2008 at 12:31:56PM +0100, bcoudurier wrote:
> @@ -483,6 +483,14 @@ static const AVCodecTag codec_3gp_tags[]
>      { CODEC_ID_AMR_WB, MKTAG('s','a','w','b') },
>  };
>  
> +static const AVCodecTag mov_pix_fmt_tags[] = {
> +    { PIX_FMT_YUYV422, MKTAG('y','u','v','s') },
> +    { PIX_FMT_YUYV422, MKTAG('2','v','u','y') },

I think this is wrong, the yuv2 samples I have seen use signed values
(i.e. memset 0 gives a black screen)
for the U,V planes whereas YUYV422 uses the usual unsigned (memset 0
giving the typical green).
Samples should be on our samples server, if you can't find them tell me
and I'll look for them.

Greetings,
Reimar D?ffinger




More information about the ffmpeg-cvslog mailing list