Browse Source

tta: remove stray semicolon

Originally committed as revision 25103 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård 15 years ago
parent
commit
c058dc222c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/tta.c

+ 1
- 1
libavcodec/tta.c View File

@@ -63,7 +63,7 @@ typedef struct TTAContext {

int32_t *decode_buffer;

TTAChannel *ch_ctx;;
TTAChannel *ch_ctx;
} TTAContext;

#if 0


Loading…
Cancel
Save