diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-11-15 18:24:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-12-24 09:17:34 +0100 |
commit | 8adfacff5c4533660b161dc25db144487a07ff39 (patch) | |
tree | 972e5fc311c602bc88b54899e30f3de10fffda77 /libavcodec | |
parent | c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b (diff) | |
download | ffmpeg-8adfacff5c4533660b161dc25db144487a07ff39.tar.gz |
zmbv: remove some pointless comments and empty lines
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/zmbv.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index 761974c902..0733fa70d4 100644 --- a/libavcodec/zmbv.c +++ b/libavcodec/zmbv.c @@ -606,13 +606,6 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPac return buf_size; } - - -/* - * - * Init zmbv decoder - * - */ static av_cold int decode_init(AVCodecContext *avctx) { ZmbvContext * const c = avctx->priv_data; @@ -652,13 +645,6 @@ static av_cold int decode_init(AVCodecContext *avctx) return 0; } - - -/* - * - * Uninit zmbv decoder - * - */ static av_cold int decode_end(AVCodecContext *avctx) { ZmbvContext * const c = avctx->priv_data; |