summaryrefslogtreecommitdiff
path: root/libav
diff options
context:
space:
mode:
Diffstat (limited to 'libav')
-rw-r--r--libav/avformat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libav/avformat.h b/libav/avformat.h
index 7ab653f450..4a814e62a9 100644
--- a/libav/avformat.h
+++ b/libav/avformat.h
@@ -227,6 +227,8 @@ int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f);
void av_register_input_format(AVInputFormat *format);
void av_register_output_format(AVOutputFormat *format);
+AVOutputFormat *guess_stream_format(const char *short_name,
+ const char *filename, const char *mime_type);
AVOutputFormat *guess_format(const char *short_name,
const char *filename, const char *mime_type);