mirror of https://git.ffmpeg.org/ffmpeg.git
cljr: remove unused code
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
3c1f60860d
commit
65c1011404
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue