mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
Replace some occurrences of -1 with PIX_FMT_NONE.
Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13130 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -223,7 +223,7 @@ static enum PixelFormat fmt_v4l2ff(uint32_t pix_fmt)
|
||||
}
|
||||
}
|
||||
|
||||
return -1;
|
||||
return PIX_FMT_NONE;
|
||||
}
|
||||
|
||||
static int mmap_init(AVFormatContext *ctx)
|
||||
|
||||
Reference in New Issue
Block a user