Fix doxy, use third person.

Originally committed as revision 21073 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2010-01-07 22:44:32 +00:00
parent 8f3c87f3e2
commit 516841ef63
1 changed files with 1 additions and 1 deletions

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.
*