[FFmpeg-cvslog] remove unreferenced table "dnxhd_1238_ac_index_flag" ( empty curly braces did not compile with ICL12.1)
J. Bohl
git at videolan.org
Sat Jun 9 20:13:33 CEST 2012
ffmpeg | branch: master | J. Bohl <jbohl at h-quer.de> | Sat Jun 9 17:45:41 2012 +0200| [2138bc16fd0877b522b9e91941897e406642002c] | committer: Michael Niedermayer
remove unreferenced table "dnxhd_1238_ac_index_flag" (empty curly braces did not compile with ICL12.1)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2138bc16fd0877b522b9e91941897e406642002c
---
libavcodec/dnxhddata.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/dnxhddata.c b/libavcodec/dnxhddata.c
index 948a4c6..2652df1 100644
--- a/libavcodec/dnxhddata.c
+++ b/libavcodec/dnxhddata.c
@@ -452,9 +452,6 @@ static const uint8_t dnxhd_1238_ac_flags[257] = {
3,
};
-static const uint8_t dnxhd_1238_ac_index_flag[257] = {
-};
-
static const uint16_t dnxhd_1235_1238_1241_run_codes[62] = {
0, 4, 10, 11, 24, 25, 26, 27,
56, 57, 58, 59, 120, 242, 486, 487,
More information about the ffmpeg-cvslog
mailing list