mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
Drop pointless _s suffix from 'struct af_stream'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31238 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5e71e43bb5
commit
5796e96b36
@ -106,7 +106,7 @@ typedef struct af_cfg_s{
|
||||
}af_cfg_t;
|
||||
|
||||
// Current audio stream
|
||||
typedef struct af_stream_s
|
||||
typedef struct af_stream
|
||||
{
|
||||
// The first and last filter in the list
|
||||
af_instance_t* first;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user