Browse Source

Add prototype of guess_stream_format

Originally committed as revision 816 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Philip Gladstone 23 years ago
parent
commit
36ada60ccb
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libav/avformat.h

+ 2
- 0
libav/avformat.h 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);



Loading…
Cancel
Save