Skip to content

Commit

Permalink
zmbv: remove some pointless comments and empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
elenril committed Dec 24, 2012
1 parent c6303f8 commit 8adfacf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions libavcodec/zmbv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 8adfacf

Please sign in to comment.