[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.3,1.4

Arpi arpi at thot.banki.hu
Wed Mar 20 16:19:08 CET 2002


Hi,

> > you should call mpcodecs_config_vo() with the new width/height values!
> 
> Ahh... you're right :(
> 
> Btw, Michael could you implement into lavc/mpeg4 to change the dimensions
> in context according to mpeg4 frameheader? (this way we doesn't need to
> hardcode some values to qt demuxer - as this was mentioned on ffmpeg list
> with h263)

he can't.
the mpeg4 frameheader never reach libavcodec :(
it's stored in stsd chunk of mov file, not in mdat.
so we should do some hacking of demux_mov, parse out mpeg4 header and
attach it to first frame sent back.
atmos did it for mpeg4 audio, i've seen his patch some time ago. the same
should be done for video.


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-cvslog mailing list