[Mplayer-users] Asus ASV2 codec
Jens Hoffmann
hoffmajs at gmx.de
Sun Apr 15 11:37:42 CEST 2001
Felix.Buenemann at gmx.de wrote:
> > case IMGFMT_IYUV:
> > case IMGFMT_YUY2:
> > case IMGFMT_UYVY:
oops that line is doubled
> > case IMGFMT_YUY2:
> > case IMGFMT_UYVY:
here
> > case IMGFMT_YVYU:
> I'll check that, I'm not yet sure SDL support all those formats directly,
> the sdl docu only says:
> #define SDL_YV12_OVERLAY 0x32315659 /* Planar mode: Y + V + U */
> #define SDL_IYUV_OVERLAY 0x56555949 /* Planar mode: Y + U + V */
> #define SDL_YUY2_OVERLAY 0x32595559 /* Packed mode: Y0+U0+Y1+V0 */
> #define SDL_UYVY_OVERLAY 0x59565955 /* Packed mode: U0+Y0+V0+Y1 */
> #define SDL_YVYU_OVERLAY 0x55595659 /* Packed mode: Y0+V0+Y1+U0 */
>
> but I'll check the sdl sources for it.
according to http://www.webartz.com/fourcc/ IYUV is the same format as
I420.
jens
--
No electrons were harmed during the creation of this message
_______________________________________________
Mplayer-users mailing list
Mplayer-users at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-users
More information about the MPlayer-users
mailing list