diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-09-06 01:53:29 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-09-06 17:10:48 +0200 |
commit | b28081b6039db85f18bf9e722fece59bff6e7b0f (patch) | |
tree | 91405b8c2092a3497f786190b4d770f6ff608c25 /recipes | |
parent | 60f43a7db7b8e7851fbdbd45e3e3d714b5e5b4b5 (diff) |
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
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/mplayer/mplayer-common.bb | 2 | ||||
-rw-r--r-- | 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 |