1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

tta: remove stray semicolon

Originally committed as revision 25103 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-09-11 09:32:14 +00:00
parent 8d39fbd6d9
commit c058dc222c

View File

@ -63,7 +63,7 @@ typedef struct TTAContext {
int32_t *decode_buffer; int32_t *decode_buffer;
TTAChannel *ch_ctx;; TTAChannel *ch_ctx;
} TTAContext; } TTAContext;
#if 0 #if 0