On Sat, Aug 18, 2007 at 07:24:52AM +0200, kostya wrote: > > Log: > Add more documentation and doxygen groups > > --- rv40/rv40.c (original) > +++ rv40/rv40.c Sat Aug 18 07:24:52 2007 > @@ -745,6 +745,13 @@ static int rv40_decode_mb_info(RV40DecCo > > +/** > + * @defgroup mv Motion vectors related code (prediction, reconstruction, > motion compensation)
motion vector > @@ -933,6 +940,9 @@ static inline void rv40_mc(RV40DecContex > > + * Decode motion vector differences and perform motion vector reconstruction > and motion compensation missing period > @@ -1133,7 +1148,10 @@ static void rv40_output_macroblock(RV40D > > /** > + * @addtogroup bitstream > * Decode macroblock header and return CBP in case of success, -1 otherwise ditto > @@ -1199,6 +1217,10 @@ static int rv40_decode_mb_header(RV40Dec > > /** Mask for retrieving all bits in coded block pattern > * corresponding to one 8x8 block ditto Also, please keep lines below 80 characters. Diego _______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
