From b28081b6039db85f18bf9e722fece59bff6e7b0f Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 6 Sep 2010 01:53:29 +0200 Subject: mplayer-common: fix buffer underruns with -ao sdl on htcdream Using -ao sdl on the htcdream fixes the buffer underruns with mplayer Without that a movie or big buck bunny can't be viewed,and audio suffers from bad quality. A comment that informs the user about -vo dga was added PR was bumped --- recipes/mplayer/mplayer-common.bb | 2 +- recipes/mplayer/mplayer-common/htcdream/mplayer.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/mplayer/mplayer-common.bb b/recipes/mplayer/mplayer-common.bb index d286cc813b..c309f5e41d 100644 --- a/recipes/mplayer/mplayer-common.bb +++ b/recipes/mplayer/mplayer-common.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Preconfigured mplayer preferences" PV = "0.0.1" -PR = "r5" +PR = "r6" SRC_URI = "file://mplayer.conf" diff --git a/recipes/mplayer/mplayer-common/htcdream/mplayer.conf b/recipes/mplayer/mplayer-common/htcdream/mplayer.conf index c108d186be..94aa79a51a 100644 --- a/recipes/mplayer/mplayer-common/htcdream/mplayer.conf +++ b/recipes/mplayer/mplayer-common/htcdream/mplayer.conf @@ -1,5 +1,5 @@ -ao=alsa +ao=sdl #fixes buffer underrun ac=tremor,mad, -vo=x11 +vo=x11 #change to dga for faster videos in X11 portrait mode hardframedrop=true framedrop=true -- cgit v1.2.3