Files
ffmpeg/libavcodec
Stefano Sabatini d7e14c0d10 imgconvert: remove PixFmtInfo.pixel_type field
The field is only used for checking if a format is YUV planar
and if the format is paletted.

This patch replaces the current is_planar_yuv() code with a function
which uses the pixdesc information. The new implementation is less
efficient, but this should not be an issue as the functions which use
it (av_picture_crop/pad()) are deprecated and currently never used in
the codebase.
2011-07-25 11:11:54 +02:00
..
2011-07-20 10:19:36 +01:00
2011-07-05 18:46:23 +02:00
2011-07-21 18:10:58 +01:00
2011-07-20 10:19:36 +01:00
2011-07-20 10:19:36 +01:00
2011-07-06 10:05:08 +02:00
2011-07-06 10:05:08 +02:00
2011-07-20 14:54:24 +01:00
2011-07-20 10:19:36 +01:00