comparison tta.c @ 12487:6cecfd898626 libavcodec

tta: remove stray semicolon
author mru
date Sat, 11 Sep 2010 09:32:14 +0000
parents 8b28e74de2c0
children
comparison
equal deleted inserted replaced
12486:077c67a3b86f 12487:6cecfd898626
61 int flags, channels, bps, is_float, data_length; 61 int flags, channels, bps, is_float, data_length;
62 int frame_length, last_frame_length, total_frames; 62 int frame_length, last_frame_length, total_frames;
63 63
64 int32_t *decode_buffer; 64 int32_t *decode_buffer;
65 65
66 TTAChannel *ch_ctx;; 66 TTAChannel *ch_ctx;
67 } TTAContext; 67 } TTAContext;
68 68
69 #if 0 69 #if 0
70 static inline int shift_1(int i) 70 static inline int shift_1(int i)
71 { 71 {