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