[FFmpeg-devel] [PATCH] replace I_TYPE by FF_I_TYPE
    Aurelien Jacobs 
    aurel
       
    Mon Mar 10 00:30:51 CET 2008
    
    
  
Aurelien Jacobs wrote:
> Hi,
> 
> Currently frame types are defined as FF_I_TYPE and similar.
> But mpegvideo.h also have its own define:
> #define I_TYPE FF_I_TYPE
> 
> And now the code uses a mix of I_TYPE and FF_I_TYPE.
> I guess I_TYPE should disappear and be replaced by FF_I_TYPE
> everywhere. Right ?
> 
> If so, I will apply the attached (compressed) patch which
> just do the replacement everywhere.
Applied.
Aurel
    
    
More information about the ffmpeg-devel
mailing list