diff options
Diffstat (limited to 'recipes/mplayer/mplayer-common')
-rw-r--r-- | recipes/mplayer/mplayer-common/angstrom/mplayer.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/mplayer/mplayer-common/angstrom/mplayer.conf b/recipes/mplayer/mplayer-common/angstrom/mplayer.conf new file mode 100644 index 0000000000..37ad65fa2d --- /dev/null +++ b/recipes/mplayer/mplayer-common/angstrom/mplayer.conf @@ -0,0 +1,15 @@ + +# You probably shouldn't touch these +ac=mad, +ao=alsa, + +# Required on SL-Cxxxx for correct rotation in the *VT*, +# breaks rotation in X! +# vf=rotate=1 + +# Enable fullscreen display by default +# fs=true + +# Drop frames to keep audio and video in sync +framedrop=true + |