[FFmpeg-soc] [soc]: r598 - rv40/rv40.c

Kostya kostya.shishkov at gmail.com
Sat Aug 4 05:28:06 CEST 2007


On Fri, Aug 03, 2007 at 09:27:26PM +0200, Michael Niedermayer wrote:
> Hi
> 
> On Fri, Aug 03, 2007 at 07:19:51PM +0200, kostya wrote:
> > Author: kostya
> > Date: Fri Aug  3 19:19:51 2007
> > New Revision: 598
> > 
> > Log:
> > Add block types and a place to store them
> > 
> > Modified:
> >    rv40/rv40.c
> > 
> > Modified: rv40/rv40.c
> > ==============================================================================
> > --- rv40/rv40.c	(original)
> > +++ rv40/rv40.c	Fri Aug  3 19:19:51 2007
> > @@ -36,6 +36,28 @@
> >  
> >  //#define DEBUG
> >  
> > +/** Translation of RV40 macroblock types to lavc ones */
[...]
> > +/** RV40 Macroblock types */
[...]
> 
> please use the standard MB_TYPE* from avcodec.h if possible

I'd like to, but these types are used in bitstream parsing, so decoder needs to
store them too (picture->mb_type[] will store standard lavc types only).
 
> [...]
> 
> -- 
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB



More information about the FFmpeg-soc mailing list