Typo: 'compressiong' -> 'compression'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:14:17 +0000 (16:14 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:14:17 +0000 (16:14 +0000)
git-svn-id: http://svn.voria.com/code@1080 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/mod_libavcodec/trgt_av.cpp

index 3881ca1..06b5bdd 100644 (file)
@@ -286,7 +286,7 @@ public:
 class VideoEncoder
 {
 public:
-       AVFrame *encodable;     //for compressiong and output to a file (in compatible pixel format)
+       AVFrame *encodable;     //for compression and output to a file (in compatible pixel format)
 
        vector<unsigned char>   videobuffer;