summaryrefslogtreecommitdiff
path: root/libavcodec/tak_parser.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-08 15:53:56 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-08 15:54:18 +0100
commit3a7ef8dc44abe3b8f58cbf69acfd361287c12f2b (patch)
tree039f7c840093da78f566977fd6def1139ddb5839 /libavcodec/tak_parser.c
parent64e174e8b8975e36827a84c6d9adb6f161bc734f (diff)
parent57231e4d5b467833fb289439cd35a92513bb55c1 (diff)
Merge commit '57231e4d5b467833fb289439cd35a92513bb55c1'
* commit '57231e4d5b467833fb289439cd35a92513bb55c1': tak: demuxer, parser, and decoder Not merged as requested by Author and Maintainer of tak in FFmpeg. I just merged a few typo fixes and minor cosmetic improvments. Conflicts: Changelog libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/tak.c libavcodec/tak.h libavcodec/tak_parser.c libavcodec/takdec.c libavcodec/version.h libavformat/takdec.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/tak_parser.c')
-rw-r--r--libavcodec/tak_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tak_parser.c b/libavcodec/tak_parser.c
index 55766a4d78..94609f00ba 100644
--- a/libavcodec/tak_parser.c
+++ b/libavcodec/tak_parser.c
@@ -30,7 +30,7 @@
typedef struct TAKParseContext {
ParseContext pc;
TAKStreamInfo ti;
- int index;
+ int index;
} TAKParseContext;
static av_cold int tak_init(AVCodecParserContext *s)