summaryrefslogtreecommitdiff
path: root/libavcodec/smacker.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/smacker.c')
-rw-r--r--libavcodec/smacker.c15
1 files changed, 1 insertions, 14 deletions
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;