summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-14 02:01:38 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-16 04:37:55 +0200
commit11f8f2c0f3fcf371afaa715d26d765c91a8fdf8d (patch)
tree8bcf0b97ba2aafddadaeb6c452f21104d4e79e24 /libavformat/avformat.h
parenta39c5c4c6baafcef0c6ec7c6f59bc3fee81b2599 (diff)
avformat: export queue_attached_pictures
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index cd8884d02f..05b4fc74cf 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -2007,6 +2007,9 @@ AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *strea
int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st,
const char *spec);
+void avformat_queue_attached_pictures(AVFormatContext *s);
+
+
/**
* @}
*/