summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-27 20:59:40 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-27 20:59:40 +0000
commit5796e96b36e74fe4dc9a04a379667ea056aa4a4e (patch)
treec9c1b3a575fa2816c9868387a212ac57039a96f5 /libmpdemux
parent5e71e43bb59d497d6db7312bc41c2b244a83d621 (diff)
downloadmpv-5796e96b36e74fe4dc9a04a379667ea056aa4a4e.tar.bz2
mpv-5796e96b36e74fe4dc9a04a379667ea056aa4a4e.tar.xz
Drop pointless _s suffix from 'struct af_stream'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31238 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/stheader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index d7adc6478b..b39ef8cfac 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -72,7 +72,7 @@ typedef struct sh_audio {
int a_out_buffer_len;
int a_out_buffer_size;
// void* audio_out; // the audio_out handle, used for this audio stream
- struct af_stream_s *afilter; // the audio filter stream
+ struct af_stream *afilter; // the audio filter stream
struct ad_functions *ad_driver;
#ifdef CONFIG_DYNAMIC_PLUGINS
void *dec_handle;