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:
parent
8d39fbd6d9
commit
c058dc222c
@ -63,7 +63,7 @@ typedef struct TTAContext {
|
||||
|
||||
int32_t *decode_buffer;
|
||||
|
||||
TTAChannel *ch_ctx;;
|
||||
TTAChannel *ch_ctx;
|
||||
} TTAContext;
|
||||
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user