projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1f608
)
cljr: remove unused code
author
Paul B Mahol
<onemda@gmail.com>
Fri, 9 Dec 2011 00:45:27 +0000
(
00:45
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 10 Dec 2011 19:11:28 +0000
(20:11 +0100)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavcodec/cljr.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/cljr.c
b/libavcodec/cljr.c
index
65b7433
..
a5ee738
100644
(file)
--- a/
libavcodec/cljr.c
+++ b/
libavcodec/cljr.c
@@
-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;
}