mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +02:00
tools/uncoded_frame: include required headers explicitly
This commit is contained in:
parent
51200769c3
commit
ed728da3af
@ -6,6 +6,7 @@
|
|||||||
#include "libavfilter/avfilter.h"
|
#include "libavfilter/avfilter.h"
|
||||||
#include "libavfilter/buffersink.h"
|
#include "libavfilter/buffersink.h"
|
||||||
#include "libavformat/avformat.h"
|
#include "libavformat/avformat.h"
|
||||||
|
#include "libavcodec/codec_id.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
AVFormatContext *mux;
|
AVFormatContext *mux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user