Declare support for the pixel formats:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 31 Jan 2010 10:16:05 +0000 (10:16 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 31 Jan 2010 10:16:05 +0000 (10:16 +0000)
commitaf0e66216952c170c0acb28398f1c543b6f3d8d2
treec7e9c7ff2907ca15c42fcf88eca0ab6e82102745
parent37b2b0d6cd2ac0f556ae41251385e6c5493d6bcc
Declare support for the pixel formats:
PIX_FMT_YUVJ420P
PIX_FMT_YUVJ422P
PIX_FMT_YUVJ440P
PIX_FMT_YUVJ444P

in the isSupported{In,Out} macros.

These pixel formats are not true pixel formats but hacks specific to
JPEG in libavcodec. They are deprecated and should be removed (that is
from libavcodec first and libswscale second)...  but they must be
tested by swscale-test.

See thread:
Subject: [FFmpeg-devel] [PATCH] Extend show_pix_fmts() to make it print the input/output support
Date: 2010-01-30 15:54:08 GMT

Originally committed as revision 30474 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/utils.c