summaryrefslogtreecommitdiff
path: root/libavcodec/rl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rl.h')
-rw-r--r--libavcodec/rl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/rl.h b/libavcodec/rl.h
index fe4efef972..e4a622f322 100644
--- a/libavcodec/rl.h
+++ b/libavcodec/rl.h
@@ -49,7 +49,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
*/