You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Use PIX_FMT_NONE to silence icc warning #188:
enumerated type mixed with another type Originally committed as revision 15942 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -90,7 +90,7 @@ int avfilter_link(AVFilterContext *src, unsigned srcpad,
|
||||
link->dst = dst;
|
||||
link->srcpad = srcpad;
|
||||
link->dstpad = dstpad;
|
||||
link->format = -1;
|
||||
link->format = PIX_FMT_NONE;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user