[SCM] libav/experimental: tta: remove stray semicolon

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:15:40 UTC 2013


The following commit has been merged in the experimental branch:
commit c058dc222c3e686abd03c1c090f511c8e6360de6
Author: Måns Rullgård <mans at mansr.com>
Date:   Sat Sep 11 09:32:14 2010 +0000

    tta: remove stray semicolon
    
    Originally committed as revision 25103 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/tta.c b/libavcodec/tta.c
index 0a4c69a..81217f5 100644
--- a/libavcodec/tta.c
+++ b/libavcodec/tta.c
@@ -63,7 +63,7 @@ typedef struct TTAContext {
 
     int32_t *decode_buffer;
 
-    TTAChannel *ch_ctx;;
+    TTAChannel *ch_ctx;
 } TTAContext;
 
 #if 0

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list