X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frl.h;h=af525efd3ba0d54f2d0bd1ac2b8b2172205a0586;hb=b098e1a4697573d5c501aceb863d89ebf1fcd5fd;hp=33f4ef88de352c7966443f6ea1dc115f08e43e7f;hpb=ad53c94d8fe0c45c5b3807ea11428dcb01c66757;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 */