[MPlayer-dev-eng] PVA format demuxer
Matteo Giani
matgiani at ctonet.it
Tue Sep 3 19:00:39 CEST 2002
Arpi wrote:
>you shouldn't cut the log, i'm ineterested in teh first lines of demuxer
>opening, with option -v
>
>
Sorry for that. Anyway, looks like I got it working. :-D
>hmm.
>
>i susspose you've added new DEMUXER_TYPE_something define, but you
>didn't add it to the mpeg-es demuxer and initialization stuff of video.c
>(video_read_properties() and video_read_frame())
>
>
You were absolutely right (as always... ;-)).
I added my DEMUXER_TYPE_PVA to video.c in order to make it go through
the same code it uses for MPEG-ES and MPEG-PS, since the PVA format spec
actually only allows MPEG video. And it works like a charm. I've got a
few sync problems to get rid of, they could be related to an incorrect
parsing of the audio PTS info on my side. I'll look into it tonight.
I'll have to "tidy up" the code a little bit, and then I'll submit a patch.
Thanks for all the help, Arpi!
Matteo
More information about the MPlayer-dev-eng
mailing list