Browse Source

Fix doxy, use third person.

Originally committed as revision 21073 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 16 years ago
parent
commit
516841ef63
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/avfilter.h

+ 1
- 1
libavfilter/avfilter.h View File

@@ -419,7 +419,7 @@ typedef struct AVFilter
void (*uninit)(AVFilterContext *ctx);

/**
* Query formats supported by the filter and its pads. Should set the
* Queries formats supported by the filter and its pads. Should set the
* in_formats for links connected to its output pads, and out_formats
* for links connected to its input pads.
*


Loading…
Cancel
Save