Revision b34aaed2
libavcodec/lcldec.c | ||
---|---|---|
117 | 117 |
} |
118 | 118 |
|
119 | 119 |
|
120 |
#if CONFIG_ZLIB_DECODER |
|
120 | 121 |
/** |
121 | 122 |
* \brief decompress a zlib-compressed data block into decomp_buf |
122 | 123 |
* \param src compressed input buffer |
... | ... | |
124 | 125 |
* \param offset offset in decomp_buf |
125 | 126 |
* \param expected expected decompressed length |
126 | 127 |
*/ |
127 |
#if CONFIG_ZLIB_DECODER |
|
128 | 128 |
static int zlib_decomp(AVCodecContext *avctx, const uint8_t *src, int src_len, int offset, int expected) |
129 | 129 |
{ |
130 | 130 |
LclDecContext *c = avctx->priv_data; |
Also available in: Unified diff