This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
8d39fbd6d9
commit
c058dc222c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save