[MPlayer-dev-eng] [PATCH] Allow aspect change in TS and DVB

Nico Sabbi nicola_sabbi at fastwebnet.it
Tue Apr 25 11:06:24 CEST 2006


Carl Eugen Hoyos wrote:

>Hi!
>
>I posted a bug report last week on users that aspect changes in dvb are not
>supported by mplayer.
>
>Following fix allows MPEG2 transport streams to change aspect when using -vc
>libmpeg2. Tested with the file I uploaded to incoming/aspect.ts and DVB.
>
>Hope the patch is correct, Carl Eugen Hoyos
>
>
>
>Index: libmpdemux/demuxer.h
>===================================================================
>RCS file: /cvsroot/mplayer/main/libmpdemux/demuxer.h,v
>retrieving revision 1.93
>diff -u -r1.93 demuxer.h
>--- libmpdemux/demuxer.h        24 Apr 2006 10:58:40 -0000      1.93
>+++ libmpdemux/demuxer.h        25 Apr 2006 01:45:25 -0000
>@@ -319,6 +319,7 @@
> char* demux_info_get(demuxer_t *demuxer, char *opt);
> int demux_info_print(demuxer_t *demuxer);
> int demux_control(demuxer_t *demuxer, int cmd, void *arg);
>+void fill_aspect_info (float * aspect);
>
>  
>

this is unacceptable: demuxers have nothing to do with aspect ratio.
Find a better place, please




More information about the MPlayer-dev-eng mailing list