# HG changeset patch # User cehoyos # Date 1210588312 0 # Node ID 13191e6b439c494ab1a8f88bd0817034e71ffc75 # Parent 23fc5822802d0d4740d1b4a454a1b6f9a8d7a73a Replace one more occurrence of -1 with PIX_FMT_NONE. Fixes icc warning #188: enumerated type mixed with another type diff -r 23fc5822802d -r 13191e6b439c dnxhdenc.c --- a/dnxhdenc.c Mon May 12 09:18:32 2008 +0000 +++ b/dnxhdenc.c Mon May 12 10:31:52 2008 +0000 @@ -845,6 +845,6 @@ 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", };