ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Mon May 31 12:16:39 2021 +0200| [ed728da3af6f8916c4b35472f822f05d41c4524c] | committer: Anton Khirnov
tools/uncoded_frame: include required headers explicitly > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed728da3af6f8916c4b35472f822f05d41c4524c --- tools/uncoded_frame.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/uncoded_frame.c b/tools/uncoded_frame.c index 3f850d344d..f441d3fbdc 100644 --- a/tools/uncoded_frame.c +++ b/tools/uncoded_frame.c @@ -6,6 +6,7 @@ #include "libavfilter/avfilter.h" #include "libavfilter/buffersink.h" #include "libavformat/avformat.h" +#include "libavcodec/codec_id.h" typedef struct { AVFormatContext *mux; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".