Commit 65c10114 authored by Paul B Mahol's avatar Paul B Mahol Committed by Diego Biurrun

cljr: remove unused code

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 3c1f6086
......@@ -29,7 +29,6 @@
#include "put_bits.h"
typedef struct CLJRContext {
AVCodecContext *avctx;
AVFrame picture;
} CLJRContext;
......@@ -38,7 +37,6 @@ static av_cold int common_init(AVCodecContext *avctx)
CLJRContext * const a = avctx->priv_data;
avctx->coded_frame = &a->picture;
a->avctx = avctx;
return 0;
}
......
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