diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-23 15:37:05 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-25 11:11:54 +0200 |
commit | d7e14c0d103a2c9cca6c50568e09b40d6f48ea19 (patch) | |
tree | 53bf0af703633ec866f999873bf2bbacf0a5a011 /libavformat/udp.c | |
parent | c899bedbca77de42014a1092ae2857c61f2d4b76 (diff) | |
download | ffmpeg-d7e14c0d103a2c9cca6c50568e09b40d6f48ea19.tar.gz |
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.
Diffstat (limited to 'libavformat/udp.c')
0 files changed, 0 insertions, 0 deletions