mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 01:22:30 +00:00
Drop pointless _s suffix from struct ao_data.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31235 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
52b364075b
commit
069f0d026c
@ -47,8 +47,7 @@ typedef struct ao_functions_s
|
||||
} ao_functions_t;
|
||||
|
||||
/* global data used by mplayer and plugins */
|
||||
typedef struct ao_data_s
|
||||
{
|
||||
typedef struct ao_data {
|
||||
int samplerate;
|
||||
int channels;
|
||||
int format;
|
||||
|
Loading…
Reference in New Issue
Block a user