mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-20 08:27:07 +08:00
tools/uncoded_frame: include required headers explicitly
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user