mplayer-common: fix buffer underruns with -ao sdl on htcdream
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 5 Sep 2010 23:53:29 +0000 (01:53 +0200)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Mon, 6 Sep 2010 15:10:48 +0000 (17:10 +0200)
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
recipes/mplayer/mplayer-common/htcdream/mplayer.conf

index d286cc8..c309f5e 100644 (file)
@@ -4,7 +4,7 @@
 DESCRIPTION = "Preconfigured mplayer preferences"
 
 PV = "0.0.1"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "file://mplayer.conf"
 
index c108d18..94aa79a 100644 (file)
@@ -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