]> git.sesse.net Git - ffmpeg/commit
lsws: use array for storing the supported in/out information
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 3 Aug 2011 23:34:49 +0000 (01:34 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 4 Aug 2011 22:44:11 +0000 (00:44 +0200)
commit347167ecf5ece40ccd9d76c515526c8e6551ac35
tree8a2974d3fb179a0616bbf7ca220d556e514905f2
parent1bf6cb85bebe639c836cdbb4498ea5bc252a7c21
lsws: use array for storing the supported in/out information

Also remove the unnecessary isSupportedIn/Out macros.

Make the code more compact/readable, and simplify the access to
lsws-specific pixel format information.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libswscale/utils.c