[FFmpeg-cvslog] lavfi/drawutils: fix typo

Matthieu Bouron git at videolan.org
Sat Jan 5 05:34:41 CET 2013


ffmpeg | branch: master | Matthieu Bouron <matthieu.bouron at gmail.com> | Fri Jan  4 22:08:12 2013 +0100| [bbab9cceb9534c2f25615e5718e809e9fd819078] | committer: Michael Niedermayer

lavfi/drawutils: fix typo

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavfilter/drawutils.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavfilter/drawutils.h b/libavfilter/drawutils.h
index df41695..5ffffe7 100644
--- a/libavfilter/drawutils.h
+++ b/libavfilter/drawutils.h
@@ -51,8 +51,8 @@ typedef struct FFDrawContext {
     unsigned nb_planes;
     int pixelstep[MAX_PLANES]; /*< offset between pixels */
     uint8_t comp_mask[MAX_PLANES]; /*< bitmask of used non-alpha components */
-    uint8_t hsub[MAX_PLANES];  /*< horizontal subsamling */
-    uint8_t vsub[MAX_PLANES];  /*< vertical subsamling */
+    uint8_t hsub[MAX_PLANES];  /*< horizontal subsampling */
+    uint8_t vsub[MAX_PLANES];  /*< vertical subsampling */
     uint8_t hsub_max;
     uint8_t vsub_max;
 } FFDrawContext;



More information about the ffmpeg-cvslog mailing list