Commit dd6a0334 authored by lucabe's avatar lucabe

Another PIX_FMT_ ---> IMGFMT_ conversion


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@19342 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 433e433a
......@@ -224,6 +224,7 @@ static const int fmt_name[PIX_FMT_NB] = {
[PIX_FMT_RGB565] = IMGFMT_RGB16, ///< always stored in cpu endianness
[PIX_FMT_RGB555] = IMGFMT_RGB15, ///< always stored in cpu endianness, most significant bit to 1
[PIX_FMT_UYVY422] = IMGFMT_UYVY, ///< Packed pixel, Cb Y0 Cr Y1
[PIX_FMT_GRAY8] = IMGFMT_Y800, ///< Gray jpeg
};
char *sws_format_name(int format)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment