mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 00:47:44 +00:00
Fix some icc warnings by using enum PixelFormat instead of int where appropriate.
Originally committed as revision 15611 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
40056c32df
commit
95240bf3e3
3 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@ const PixelFormatTag ff_raw_pixelFormatTags[] = {
|
|||
{ PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') },
|
||||
{ PIX_FMT_UYVY422, MKTAG('A', 'V', 'U', 'I') }, /* FIXME merge both fields */
|
||||
|
||||
{ -1, 0 },
|
||||
{ PIX_FMT_NONE, 0 },
|
||||
};
|
||||
|
||||
unsigned int avcodec_pix_fmt_to_codec_tag(enum PixelFormat fmt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue