Table of Contents

guess_stream_format

Overview

Defined in avformat.h

AVOutputFormat *guess_stream_format(const char *short_name,
                                    const char *filename,
                                    const char *mime_type);

Parameters

short_name

const char *short_name

filename

const char *filename

mime_type

const char *mime_type

Return value

See also

guess_format()


Back to ffmpeg