diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-09-28 18:03:34 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-09-28 18:03:34 +0000 |
commit | 253c9833b7bafd334d975ebeb5a91e5b08687f1b (patch) | |
tree | 532e894ba97ba60de450455116c49265dec48182 /mplayer.c | |
parent | 4eb5fc7dea70dade112091245497deee88d41834 (diff) | |
download | mpv-253c9833b7bafd334d975ebeb5a91e5b08687f1b.tar.bz2 mpv-253c9833b7bafd334d975ebeb5a91e5b08687f1b.tar.xz |
- fix new afm/vfm support
- fix fullscreen with xv
- add cache support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7527 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r-- | mplayer.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -180,8 +180,6 @@ char *audio_codec=NULL; // override audio codec char *video_codec=NULL; // override video codec char **audio_codec_list=NULL; // override video codec char **video_codec_list=NULL; // override video codec -char *audio_fm=NULL; // override audio codec family -char *video_fm=NULL; // override video codec family char **audio_fm_list=NULL; // override video codec family char **video_fm_list=NULL; // override video codec family @@ -197,7 +195,7 @@ int vcd_track=0; char* filename=NULL; //"MI2-Trailer.avi"; // cache2: -static int stream_cache_size=0; + int stream_cache_size=0; #ifdef USE_STREAM_CACHE extern int cache_fill_status; #else |