[MPlayer-dev-eng] About the future - libvo2...

Arpi arpi at thot.banki.hu
Tue Nov 6 22:41:00 CET 2001


Hi,

> perhaps 
> struct ConvInfo confInfo= initConvert(outputFormat, inputFormat, 
> inputStride[], outputStride[], inputWidth, inputHeight, outputWidth, 
> outputHeight, inputSliceHeight, int speed);
> 
> convert(dst[], src[], sliceNum, convInfo);
> 

bad. stride should be at convert(), as it can change frame  by frame 
same stay for strides. reference frames has no strides, while temporal
frames has no extra bands outside the image (so stride==width then).

only pass in/out format, and in/out size (and quality flags) to init.

quality could be something with flags, like a flag for dithering, one for
linear interpolation etc... of course they can be ignored by converters with
no use of them.


A'rpi / Astral & ESP-team

--
mailto:arpi at thot.banki.hu
http://esp-team.scene.hu



More information about the MPlayer-dev-eng mailing list