summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae.h
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-07 10:07:27 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-07 10:07:27 +0000
commitd23cd76afb5b0765b2ebe0c149244c60111ffa68 (patch)
tree4bfd76bffcd863ccda0fae4610e35cafef9e5d88 /libmpcodecs/ae.h
parentaba4eee72dd0ddbf862443fd3bc6a7f6927d6323 (diff)
downloadmpv-d23cd76afb5b0765b2ebe0c149244c60111ffa68.tar.bz2
mpv-d23cd76afb5b0765b2ebe0c149244c60111ffa68.tar.xz
more warning fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17123 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/ae.h')
-rw-r--r--libmpcodecs/ae.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/ae.h b/libmpcodecs/ae.h
index 316af9eb15..b30aa5e9c6 100644
--- a/libmpcodecs/ae.h
+++ b/libmpcodecs/ae.h
@@ -29,7 +29,7 @@ typedef struct audio_encoder_s {
int audio_preload; //in ms
int input_format;
int min_buffer_size, max_buffer_size; //for init_audio_filters
- int *decode_buffer;
+ unsigned char *decode_buffer;
int decode_buffer_size;
int decode_buffer_len;
void *priv;