[Ffmpeg-devel] swscale import: new version

Jindrich Makovicka makovick
Fri Mar 31 13:24:35 CEST 2006


On 3/30/06, Michael Niedermayer <michaelni at gmx.at> wrote:
> 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

IMO, printing both numeric and ASCII characters (if printable) would
be more human friendly.

--
Jindrich Makovicka





More information about the ffmpeg-devel mailing list