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 _______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
