X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ogg_afh.c;h=ba9ef369b8761e6dac8e4c98a08c1673c7941f64;hb=8acdb49e2b8595c69ebafe841ac5f678952b9e4c;hp=f57e2ec4d0ab8266b5d1339f5a17d747d6557256;hpb=d61d4f3dc0d2e0a59e221add150bf971c0f03c65;p=paraslash.git diff --git a/ogg_afh.c b/ogg_afh.c index f57e2ec4..ba9ef369 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -39,7 +39,6 @@ static int header_len; static char *header; static ssize_t *chunk_table, num_chunks; static struct audio_format_handler *af; -static long vi_sampling_rate, vi_bitrate; static int ogg_compute_header_len(FILE *file) { @@ -222,6 +221,7 @@ static int ogg_get_file_info(FILE *file, char *info_str, long unsigned *frames, double time_total; vorbis_info *vi; ogg_int64_t raw_total; + long vi_sampling_rate, vi_bitrate; if (!file) return -E_OGG_NO_FILE;