git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d39fbd
)
tta: remove stray semicolon
author
Måns Rullgård
<mans@mansr.com>
Sat, 11 Sep 2010 09:32:14 +0000
(09:32 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sat, 11 Sep 2010 09:32:14 +0000
(09:32 +0000)
Originally committed as revision 25103 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/tta.c
patch
|
blob
|
history
diff --git
a/libavcodec/tta.c
b/libavcodec/tta.c
index
0a4c69a
..
81217f5
100644
(file)
--- 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