From 36ada60ccbadeee510239db33e1064ffe14c1477 Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Sat, 27 Jul 2002 02:52:52 +0000 Subject: [PATCH] Add prototype of guess_stream_format Originally committed as revision 816 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libav/avformat.h | 2 ++ 1 file changed, 2 insertions(+) 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);