summaryrefslogtreecommitdiff
path: root/libavcodec/rl.h
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-02-24 17:31:44 +0000
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-02-24 17:31:44 +0000
commit1a12eb4a7314900b9569d6cc76814f39f95922bd (patch)
tree8f4644f71ca5f336b1cbb1434b7087bcdf2192dd /libavcodec/rl.h
parentcb0355537d6a89fc71fbc672ad5dba8a1eadce34 (diff)
parent29c2d06d67724e994980045afa055c6c34611b30 (diff)
Merge commit '29c2d06d67724e994980045afa055c6c34611b30'
* commit '29c2d06d67724e994980045afa055c6c34611b30': cosmetics: Drop empty comment lines Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
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 33f4ef88de..af525efd3b 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
*/