mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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"
|
#include "put_bits.h"
|
||||||
|
|
||||||
typedef struct CLJRContext {
|
typedef struct CLJRContext {
|
||||||
AVCodecContext *avctx;
|
|
||||||
AVFrame picture;
|
AVFrame picture;
|
||||||
} CLJRContext;
|
} CLJRContext;
|
||||||
|
|
||||||
@ -38,7 +37,6 @@ static av_cold int common_init(AVCodecContext *avctx)
|
|||||||
CLJRContext * const a = avctx->priv_data;
|
CLJRContext * const a = avctx->priv_data;
|
||||||
|
|
||||||
avctx->coded_frame = &a->picture;
|
avctx->coded_frame = &a->picture;
|
||||||
a->avctx = avctx;
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user