From 9c09546352ceec4ca1ec0f023861bcb5195de8a1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 12 Jan 2010 18:54:40 +0000 Subject: Split SEI code off h264.c. Originally committed as revision 21168 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264data.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/h264data.h') diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index fe3591581f..d60bd73a8b 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -1116,8 +1116,4 @@ static const int8_t cabac_context_init_PB[3][460][2] = } }; -static const uint8_t sei_num_clock_ts_table[9]={ - 1, 1, 1, 2, 2, 3, 3, 2, 3 -}; - #endif /* AVCODEC_H264DATA_H */ -- cgit v1.2.3