X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flzw.h;h=4653c1c74f92eb5bb0ea854c34a1337c4b64c998;hb=642a655f7d9a6afc97fff5f3ecd6a7ad5d53e0ca;hp=115ca4edb460a9dac025d7b9c61d2f63a3e231c7;hpb=af164d7d9f12f9c2a4b284957eb92ad74cd49b3d;p=ffmpeg diff --git a/libavcodec/lzw.h b/libavcodec/lzw.h index 115ca4edb46..4653c1c74f9 100644 --- a/libavcodec/lzw.h +++ b/libavcodec/lzw.h @@ -47,7 +47,6 @@ void ff_lzw_decode_open(LZWState **p); void ff_lzw_decode_close(LZWState **p); int ff_lzw_decode_init(LZWState *s, int csize, const uint8_t *buf, int buf_size, int mode); int ff_lzw_decode(LZWState *s, uint8_t *buf, int len); -const uint8_t* ff_lzw_cur_ptr(LZWState *lzw); void ff_lzw_decode_tail(LZWState *lzw); /** LZW encode state */