diff options
Diffstat (limited to 'libavformat/tta.c')
-rw-r--r-- | libavformat/tta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/tta.c b/libavformat/tta.c index b7efe18..bc86a77 100644 --- a/libavformat/tta.c +++ b/libavformat/tta.c @@ -25,7 +25,7 @@ #include "id3v1.h" #include "libavutil/dict.h" -typedef struct { +typedef struct TTAContext { int totalframes, currentframe; int frame_size; int last_frame_size; |