mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
Replace one more occurrence of -1 with PIX_FMT_NONE.
Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13136 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d9133126d3
commit
88a50f6c92
@ -845,6 +845,6 @@ AVCodec dnxhd_encoder = {
|
||||
dnxhd_encode_init,
|
||||
dnxhd_encode_picture,
|
||||
dnxhd_encode_end,
|
||||
.pix_fmts = (enum PixelFormat[]){PIX_FMT_YUV422P, -1},
|
||||
.pix_fmts = (enum PixelFormat[]){PIX_FMT_YUV422P, PIX_FMT_NONE},
|
||||
.long_name = "VC3/DNxHD",
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user