Commit 8adfacff authored by Anton Khirnov's avatar Anton Khirnov

zmbv: remove some pointless comments and empty lines

parent c6303f8d
...@@ -606,13 +606,6 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPac ...@@ -606,13 +606,6 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPac
return buf_size; return buf_size;
} }
/*
*
* Init zmbv decoder
*
*/
static av_cold int decode_init(AVCodecContext *avctx) static av_cold int decode_init(AVCodecContext *avctx)
{ {
ZmbvContext * const c = avctx->priv_data; ZmbvContext * const c = avctx->priv_data;
...@@ -652,13 +645,6 @@ static av_cold int decode_init(AVCodecContext *avctx) ...@@ -652,13 +645,6 @@ static av_cold int decode_init(AVCodecContext *avctx)
return 0; return 0;
} }
/*
*
* Uninit zmbv decoder
*
*/
static av_cold int decode_end(AVCodecContext *avctx) static av_cold int decode_end(AVCodecContext *avctx)
{ {
ZmbvContext * const c = avctx->priv_data; ZmbvContext * const c = avctx->priv_data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment