X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frl.h;h=af525efd3ba0d54f2d0bd1ac2b8b2172205a0586;hb=3ab178516ec85e7cf524f8c2e0791c5f000b532c;hp=33f4ef88de352c7966443f6ea1dc115f08e43e7f;hpb=470bfab470893d45328f4e6e25d60b89c9af1abe;p=ffmpeg diff --git a/libavcodec/rl.h b/libavcodec/rl.h index 33f4ef88de3..af525efd3ba 100644 --- a/libavcodec/rl.h +++ b/libavcodec/rl.h @@ -48,7 +48,6 @@ typedef struct RLTable { } RLTable; /** - * * @param static_store static uint8_t array[2][2*MAX_RUN + MAX_LEVEL + 3] which will hold * the level and run tables, if this is NULL av_malloc() will be used */