diff options
author | Benjamin Otte <otte@gnome.org> | 2002-04-06 03:40:15 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2002-04-06 03:40:15 +0000 |
commit | b73bb27c605120701619f3fa75acd82d31dec684 (patch) | |
tree | 2822cbec20099c30b9ec1c50a45b7bb7453aacca /gst/mpeg1sys | |
parent | 89aac2284d69ddfb4ab3db480d6a93c67fb7fd3d (diff) | |
download | gst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.tar.gz gst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.tar.bz2 gst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.zip |
fixed first bunch of compiler warnings
Original commit message from CVS:
fixed first bunch of compiler warnings
Diffstat (limited to 'gst/mpeg1sys')
-rw-r--r-- | gst/mpeg1sys/buffer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/mpeg1sys/buffer.c b/gst/mpeg1sys/buffer.c index 08f72035..591d3ba5 100644 --- a/gst/mpeg1sys/buffer.c +++ b/gst/mpeg1sys/buffer.c @@ -58,11 +58,11 @@ static double picture_rates [16] = 0, 0 }; - +/* deined but not used static double ratio [16] = { 0., 1., 0.6735, 0.7031, 0.7615, 0.8055, 0.8437, 0.8935, 0.9157, 0.9815, 1.0255, 1.0695, 1.0950, 1.1575, 1.2015, 0.}; - +*/ static char picture_types [4][3] = { "I", "P", "B", "D" }; @@ -82,7 +82,7 @@ static double dfrequency[9] = {44.1, 48, 32, 22.05, 24, 16, 11.025, 12, 8}; static unsigned int samples [4] = {192, 384, 1152, 1152}; - +/* deined but not used static char mode [4][15] = { "stereo", "joint stereo", "dual channel", "single channel" }; static char copyright [2][20] = @@ -91,7 +91,7 @@ static char original [2][10] = { "copy","original" }; static char emphasis [4][20] = { "none", "50/15 microseconds", "reserved", "CCITT J.17" }; - +*/ static void mpeg1mux_buffer_update_video_info(Mpeg1MuxBuffer *mb); static void mpeg1mux_buffer_update_audio_info(Mpeg1MuxBuffer *mb); |