tools/uncoded_frame: include required headers explicitly

pull/362/head
Anton Khirnov 4 years ago
parent 51200769c3
commit ed728da3af
  1. 1
      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;

Loading…
Cancel
Save