diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-14 02:01:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-16 04:37:55 +0200 |
commit | 11f8f2c0f3fcf371afaa715d26d765c91a8fdf8d (patch) | |
tree | 8bcf0b97ba2aafddadaeb6c452f21104d4e79e24 /libavformat/avformat.h | |
parent | a39c5c4c6baafcef0c6ec7c6f59bc3fee81b2599 (diff) | |
download | ffmpeg-11f8f2c0f3fcf371afaa715d26d765c91a8fdf8d.tar.gz |
avformat: export queue_attached_pictures
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 3 |
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); + + /** * @} */ |