diff mpegaudio.h @ 64:5aa6292a1660 libavcodec

win32 fixes
author glantau
date Mon, 13 Aug 2001 21:48:05 +0000
parents 986e461dc072
children 608c7f964bca
line wrap: on
line diff
--- a/mpegaudio.h	Mon Aug 13 21:46:21 2001 +0000
+++ b/mpegaudio.h	Mon Aug 13 21:48:05 2001 +0000
@@ -19,7 +19,7 @@
     int bitrate_index; /* bit rate */
     int freq_index;
     int frame_size; /* frame size, in bits, without padding */
-    long long nb_samples; /* total number of samples encoded */
+    INT64 nb_samples; /* total number of samples encoded */
     /* padding computation */
     int frame_frac, frame_frac_incr, do_padding;
     short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */