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);