Commit 958fc3f8 authored by philipjsg's avatar philipjsg

Add prototype of guess_stream_format


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@816 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9445652e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment