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
remove useless LclDecContext.avctx field
Originally committed as revision 9615 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
18 years ago
parent
bff825528e
commit
ebccac06ff
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
libavcodec/lcldec.c
+ 0
- 4
libavcodec/lcldec.c
View File
@@ -53,8 +53,6 @@
* Decoder context
*/
typedef struct LclDecContext {
AVCodecContext *avctx;
AVFrame pic;
// Image type
@@ -524,8 +522,6 @@ static int decode_init(AVCodecContext *avctx)
unsigned int max_decomp_size;
int zret; // Zlib return code
c->avctx = avctx;
c->pic.data[0] = NULL;
#ifdef CONFIG_ZLIB
Write
Preview
Loading…
Cancel
Save