[FFmpeg-cvslog] r9339 - in trunk/libavcodec: h261.c h261.h h261data.h h261dec.c h261enc.c

matthieu castet castet.matthieu
Sat Jun 16 18:01:38 CEST 2007


mru wrote:
> Author: mru
> Date: Sat Jun 16 17:15:19 2007
> New Revision: 9339
> 
> Log:
> move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
> need to #include "h261data.h"
> 
> 
> Modified: trunk/libavcodec/h261dec.c
> ==============================================================================
> --- trunk/libavcodec/h261dec.c	(original)
> +++ trunk/libavcodec/h261dec.c	Sat Jun 16 17:15:19 2007
> @@ -28,8 +28,8 @@
>  #include "dsputil.h"
>  #include "avcodec.h"
>  #include "mpegvideo.h"
> -#include "h261data.h"
>  #include "h261.h"
> +#include "h261data.h"
>  
>  #define H261_MBA_VLC_BITS 9
>  #define H261_MTYPE_VLC_BITS 6
> 
> Modified: trunk/libavcodec/h261enc.c
> ==============================================================================
> --- trunk/libavcodec/h261enc.c	(original)
> +++ trunk/libavcodec/h261enc.c	Sat Jun 16 17:15:19 2007
> @@ -28,8 +28,8 @@
>  #include "dsputil.h"
>  #include "avcodec.h"
>  #include "mpegvideo.h"
> -#include "h261data.h"
>  #include "h261.h"
> +#include "h261data.h"
>  
>  extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3];
>  
Why if "h261data.h" need "h261.h", "h261data.h" doesn't include "h261.h" ?


Matthieu




More information about the ffmpeg-cvslog mailing list