Mercurial > mplayer.hg
comparison mplayer.c @ 2563:fc124f9db88e
more cleanup, warnings fixed
author | arpi |
---|---|
date | Tue, 30 Oct 2001 17:38:09 +0000 |
parents | 6a74454ea121 |
children | ea6158be8103 |
comparison
equal
deleted
inserted
replaced
2562:4b0db52f5de9 | 2563:fc124f9db88e |
---|---|
94 | 94 |
95 #include "stream.h" | 95 #include "stream.h" |
96 #include "demuxer.h" | 96 #include "demuxer.h" |
97 #include "stheader.h" | 97 #include "stheader.h" |
98 #include "parse_es.h" | 98 #include "parse_es.h" |
99 | |
100 #include "dec_audio.h" | |
101 #include "dec_video.h" | |
99 | 102 |
100 extern picture_t *picture; // exported from libmpeg2/decode.c | 103 extern picture_t *picture; // exported from libmpeg2/decode.c |
101 | 104 |
102 int frameratecode2framerate[16] = { | 105 int frameratecode2framerate[16] = { |
103 0, | 106 0, |
130 static int benchmark=0; | 133 static int benchmark=0; |
131 | 134 |
132 // static int play_in_bg=0; | 135 // static int play_in_bg=0; |
133 | 136 |
134 // options: | 137 // options: |
135 | |
136 int divx_quality=0; | |
137 static int auto_quality=0; | 138 static int auto_quality=0; |
138 static int output_quality=0; | 139 static int output_quality=0; |
139 | 140 |
140 int use_gui=0; | 141 int use_gui=0; |
141 | 142 |