You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Documented av_dump_format
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
99b48fd448
commit
61f96be08a
@@ -2371,7 +2371,13 @@ void av_url_split(char *proto, int proto_size,
|
|||||||
char *path, int path_size,
|
char *path, int path_size,
|
||||||
const char *url);
|
const char *url);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* log a nice Dump of input format context or output format context
|
||||||
|
* @param ic already initialized Format Context, must not be NULL.
|
||||||
|
* @param index index of the stream to dump information about
|
||||||
|
* @param url name of file or URL of stream to print information about
|
||||||
|
* @param is_output Select whether specified context is of input(0) or output(1)
|
||||||
|
*/
|
||||||
void av_dump_format(AVFormatContext *ic,
|
void av_dump_format(AVFormatContext *ic,
|
||||||
int index,
|
int index,
|
||||||
const char *url,
|
const char *url,
|
||||||
|
Reference in New Issue
Block a user