copy aspect ratio over if we have it.
This commit is contained in:
parent
de48ea20d3
commit
a50d545ff2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.92 2005/10/01 13:40:35 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.93 2005/10/10 15:37:24 espie Exp $
|
||||
|
||||
# May not be hard to add more.
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 arm
|
||||
@ -7,7 +7,7 @@ COMMENT= "Movie player supporting MPEG, DivX, AVI, ASF, MOV & more"
|
||||
|
||||
DISTNAME= MPlayer-1.0pre7
|
||||
DIST_SUBDIR= mplayer
|
||||
PKGNAME= ${DISTNAME:L}p8
|
||||
PKGNAME= ${DISTNAME:L}p10
|
||||
CATEGORIES= x11
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
|
11
x11/mplayer/patches/patch-mencoder_c
Normal file
11
x11/mplayer/patches/patch-mencoder_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-mencoder_c,v 1.1 2005/10/10 15:37:24 espie Exp $
|
||||
--- mencoder.c.orig Mon Oct 10 15:51:36 2005
|
||||
+++ mencoder.c Mon Oct 10 15:51:43 2005
|
||||
@@ -1829,6 +1829,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.
|
Loading…
Reference in New Issue
Block a user