[SCM] libav/experimental: Fix typo in comment.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:29:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 59ded10ca2dbce7aebb5e2e934fe6a11dfa33dc7
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Sep 8 00:52:22 2008 +0000

    Fix typo in comment.
    
    Originally committed as revision 27546 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 39de0b1..f4011d3 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -29,7 +29,7 @@
 
 #include "libavutil/avutil.h"
 
-#define STR(s)         AV_TOSTRING(s) //AV_STINGIFY is too long
+#define STR(s)         AV_TOSTRING(s) //AV_STRINGIFY is too long
 
 #define MAX_FILTER_SIZE 256
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list