From 29c2d06d67724e994980045afa055c6c34611b30 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 16 Feb 2016 18:01:29 +0100 Subject: cosmetics: Drop empty comment lines --- libavcodec/cabac.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/cabac.c') diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c index 7df0648..a96c9f5 100644 --- a/libavcodec/cabac.c +++ b/libavcodec/cabac.c @@ -158,7 +158,6 @@ const uint8_t ff_h264_cabac_tables[512 + 4*2*64 + 4*64 + 63] = { }; /** - * * @param buf_size size of buf in bits */ void ff_init_cabac_decoder(CABACContext *c, const uint8_t *buf, int buf_size){ -- cgit v1.1