openbsd-ports/x11/mplayer/patches/patch-mencoder_c
robert 59001cbfbf update to versio 1.0pre8; include the speex and mpcdec codecs by default;
this version of mplayer now uses gtk2;

ok biorn@ and tested by many
2006-07-19 21:40:47 +00:00

12 lines
431 B
Plaintext

$OpenBSD: patch-mencoder_c,v 1.2 2006/07/19 21:40:47 robert Exp $
--- mencoder.c.orig Sun Jun 11 20:35:47 2006
+++ mencoder.c Thu Jul 6 00:08:12 2006
@@ -1511,6 +1511,7 @@ if(sh_audio && !demuxer2){
} // while(!at_eof)
+mux_v->aspect=sh_video->aspect;
if (!interrupted && filelist[++curfile].name != 0) {
if (sh_video && sh_video->vfilter) {
// Before uniniting sh_video and the filter chain, break apart the VE.