You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
formats.h: fix project reference in comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -156,7 +156,7 @@ AVFilterFormats *ff_make_format_list(const int *fmts);
|
|||||||
int ff_add_format(AVFilterFormats **avff, int64_t fmt);
|
int ff_add_format(AVFilterFormats **avff, int64_t fmt);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a list of all formats supported by Libav for the given media type.
|
* Return a list of all formats supported by FFmpeg for the given media type.
|
||||||
*/
|
*/
|
||||||
AVFilterFormats *ff_all_formats(enum AVMediaType type);
|
AVFilterFormats *ff_all_formats(enum AVMediaType type);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user