This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cljr: remove unused code
Signed-off-by: Diego Biurrun <diego@biurrun.de>
tags/n0.9
Paul B Mahol
Diego Biurrun
14 years ago
parent
3c1f60860d
commit
65c1011404
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavcodec/cljr.c
+ 0
- 2
libavcodec/cljr.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save