[Ffmpeg-devel] swscale import: new version
Michael Niedermayer
michaelni
Thu Mar 30 21:39:03 CEST 2006
Hi
On Thu, Mar 30, 2006 at 05:15:43PM +0200, Luca Abeni wrote:
> [...]
> > > +#define IMGFMT_XVMC_MOCO_MPEG2 (IMGFMT_XVMC|0x02)
> > > +#define IMGFMT_XVMC_IDCT_MPEG2 (IMGFMT_XVMC|0x82)
> > > +
> > > +typedef struct {
> > > + void* data;
> > > + int size;
> > > + int id; // stream id. usually 0x1E0
> > > + int timestamp; // pts, 90000 Hz counter based
> > > +} vo_mpegpes_t;
> > > +
> > > +char *vo_format_name(int format);
> >
> > the above 2 abolsutly dont belong to ffmpeg
[...]
> Or maybe for the moment we can just print the numeric value (and provide
> a better solution in a second time)?
ok
[...]
--
Michael
More information about the ffmpeg-devel
mailing list