From 6b96d2dcdaa60d7919d710432c6ca204b7fab0ab Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 16 Feb 2016 18:02:14 +0100 Subject: cosmetics: Drop particularly redundant silly comments --- libavcodec/smacker.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'libavcodec/smacker.c') diff --git a/libavcodec/smacker.c b/libavcodec/smacker.c index 20f93d5c8b..1ec957ad1b 100644 --- a/libavcodec/smacker.c +++ b/libavcodec/smacker.c @@ -43,9 +43,7 @@ #define SMKTREE_BITS 9 #define SMK_NODE 0x80000000 -/* - * Decoder context - */ + typedef struct SmackVContext { AVCodecContext *avctx; AVFrame *pic; @@ -531,12 +529,6 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, } - -/* - * - * Uninit smacker decoder - * - */ static av_cold int decode_end(AVCodecContext *avctx) { SmackVContext * const smk = avctx->priv_data; @@ -552,11 +544,6 @@ static av_cold int decode_end(AVCodecContext *avctx) } -/* - * - * Init smacker decoder - * - */ static av_cold int decode_init(AVCodecContext *avctx) { SmackVContext * const c = avctx->priv_data; -- cgit v1.2.3