1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-26 15:22:52 +02:00

Add prototype of guess_stream_format

Originally committed as revision 816 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Philip Gladstone 2002-07-27 02:52:52 +00:00
parent 8b3c13f9f1
commit 36ada60ccb

View File

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