summaryrefslogtreecommitdiff
path: root/libavcodec/h264_cavlc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-02-16 18:02:14 +0100
committerDiego Biurrun <diego@biurrun.de>2016-02-18 15:35:43 +0100
commit6b96d2dcdaa60d7919d710432c6ca204b7fab0ab (patch)
tree6cc63c312eef7af511a99ad11f7809458115b3d8 /libavcodec/h264_cavlc.c
parent29c2d06d67724e994980045afa055c6c34611b30 (diff)
cosmetics: Drop particularly redundant silly comments
Diffstat (limited to 'libavcodec/h264_cavlc.c')
-rw-r--r--libavcodec/h264_cavlc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c
index 7445788e56..636b5f6182 100644
--- a/libavcodec/h264_cavlc.c
+++ b/libavcodec/h264_cavlc.c
@@ -412,9 +412,6 @@ av_cold void ff_h264_decode_init_vlc(void){
}
}
-/**
- *
- */
static inline int get_level_prefix(GetBitContext *gb){
unsigned int buf;
int log;