summaryrefslogtreecommitdiff
path: root/libavformat/img2.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/img2.h')
-rw-r--r--libavformat/img2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavformat/img2.h b/libavformat/img2.h
index dc53c5cc51..58a6833835 100644
--- a/libavformat/img2.h
+++ b/libavformat/img2.h
@@ -24,6 +24,7 @@
#include <stdint.h>
#include "avformat.h"
+#include "libavutil/opt.h"
#if HAVE_GLOB
#include <glob.h>
@@ -54,8 +55,9 @@ typedef struct {
int ts_from_file;
} VideoDemuxData;
+extern const AVOption ff_img_options[];
+
int ff_img_read_header(AVFormatContext *s1);
int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt);
-
#endif