Browse Source

formats.h: fix project reference in comment

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
c83ed18d45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/formats.h

+ 1
- 1
libavfilter/formats.h View File

@@ -156,7 +156,7 @@ AVFilterFormats *ff_make_format_list(const int *fmts);
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);



Loading…
Cancel
Save