mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
zmbv: remove some pointless comments and empty lines
This commit is contained in:
parent
c6303f8d70
commit
8adfacff5c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user