diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-08 15:53:56 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-08 15:54:18 +0100 |
commit | 3a7ef8dc44abe3b8f58cbf69acfd361287c12f2b (patch) | |
tree | 039f7c840093da78f566977fd6def1139ddb5839 /libavcodec/tak_parser.c | |
parent | 64e174e8b8975e36827a84c6d9adb6f161bc734f (diff) | |
parent | 57231e4d5b467833fb289439cd35a92513bb55c1 (diff) | |
download | ffmpeg-3a7ef8dc44abe3b8f58cbf69acfd361287c12f2b.tar.gz |
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.c | 2 |
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) |