diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 0a4c69a472..81217f57d2 100644 --- 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