lavfi/tinterlace: fix doxy in copy_picture_field()

This commit is contained in:
Stefano Sabatini 2012-04-27 22:11:15 +02:00
parent 73c1e3baad
commit a853e88af2
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ static int config_out_props(AVFilterLink *outlink)
* Copy picture field from src to dst.
*
* @param src_field copy from upper, lower field or both
* @param interleave leave a padding line between each copied field
* @param interleave leave a padding line between each copied line
* @param dst_field copy to upper or lower field,
* only meaningful when interleave is selected
*/