[FFmpeg-cvslog] r9370 - trunk/libavcodec/mpegvideo.c
mark cox
melbournemark+ffmpeg
Wed Jun 20 06:51:53 CEST 2007
mpegvideo.c is ~7000 lines. It contains 15 #ifdef CONFIG_ENCODERS blocks.
What are your thoughts on refactoring this file out into 2 or more files? Or
is that a tricky proposition.
--mark
On 20/06/07, benoit <subversion at mplayerhq.hu> wrote:
>
> Author: benoit
> Date: Tue Jun 19 23:14:19 2007
> New Revision: 9370
>
> Log:
> aanscales is used only with CONFIG_ENCODERS
>
>
> Modified:
> trunk/libavcodec/mpegvideo.c
>
> Modified: trunk/libavcodec/mpegvideo.c
>
> ==============================================================================
> --- trunk/libavcodec/mpegvideo.c (original)
> +++ trunk/libavcodec/mpegvideo.c Tue Jun 19 23:14:19 2007
> @@ -82,6 +82,7 @@ void (*draw_edges)(uint8_t *buf, int wra
> /* for jpeg fast DCT */
> #define CONST_BITS 14
>
> +#ifdef CONFIG_ENCODERS
> static const uint16_t aanscales[64] = {
> /* precomputed values scaled up by 14 bits */
> 16384, 22725, 21407, 19266, 16384, 12873, 8867, 4520,
> @@ -93,6 +94,7 @@ static const uint16_t aanscales[64] = {
> 8867 , 12299, 11585, 10426, 8867, 6967, 4799, 2446,
> 4520 , 6270, 5906, 5315, 4520, 3552, 2446, 1247
> };
> +#endif //CONFIG_ENCODERS
>
> static const uint8_t h263_chroma_roundtab[16] = {
> // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
> _______________________________________________
> ffmpeg-cvslog mailing list
> ffmpeg-cvslog at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-cvslog
>
More information about the ffmpeg-cvslog
mailing list