[FFmpeg-cvslog] lavfi/tinterlace: fix doxy in copy_picture_field()

Stefano Sabatini git at videolan.org
Fri Apr 27 22:47:31 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Apr 27 22:11:15 2012 +0200| [a853e88af2cecc5594365b8143e3ac87a3bea331] | committer: Stefano Sabatini

lavfi/tinterlace: fix doxy in copy_picture_field()

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a853e88af2cecc5594365b8143e3ac87a3bea331
---

 libavfilter/vf_tinterlace.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/vf_tinterlace.c b/libavfilter/vf_tinterlace.c
index 8407d1f..9a11fe8 100644
--- a/libavfilter/vf_tinterlace.c
+++ b/libavfilter/vf_tinterlace.c
@@ -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
  */



More information about the ffmpeg-cvslog mailing list