[FFmpeg-cvslog] zmbv: remove some pointless comments and empty lines
Anton Khirnov
git at videolan.org
Mon Dec 24 16:24:21 CET 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Nov 15 18:24:29 2012 +0100| [8adfacff5c4533660b161dc25db144487a07ff39] | committer: Anton Khirnov
zmbv: remove some pointless comments and empty lines
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8adfacff5c4533660b161dc25db144487a07ff39
---
libavcodec/zmbv.c | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c
index 761974c..0733fa7 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;
More information about the ffmpeg-cvslog
mailing list