summaryrefslogtreecommitdiff
path: root/libavformat/img2.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/img2.h')
-rw-r--r--libavformat/img2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavformat/img2.h b/libavformat/img2.h
index f6b9dd9220..deebcc34a7 100644
--- a/libavformat/img2.h
+++ b/libavformat/img2.h
@@ -62,6 +62,13 @@ typedef struct VideoDemuxData {
int ts_from_file;
} VideoDemuxData;
+typedef struct IdStrMap {
+ enum AVCodecID id;
+ const char *str;
+} IdStrMap;
+
+extern const IdStrMap ff_img_tags[];
+
extern const AVOption ff_img_options[];
int ff_img_read_header(AVFormatContext *s1);