mirror of https://github.com/mpv-player/mpv
loadfile: make get_audio_lang function static
This fixes a build warning about missing prototypes
This commit is contained in:
parent
8a6cabce35
commit
fbd392bcbb
|
@ -579,7 +579,7 @@ static char **process_langs(char **in)
|
|||
return out;
|
||||
}
|
||||
|
||||
const char *get_audio_lang(struct MPContext *mpctx)
|
||||
static const char *get_audio_lang(struct MPContext *mpctx)
|
||||
{
|
||||
// If we have a single current audio track, this is simple.
|
||||
if (mpctx->current_track[0][STREAM_AUDIO])
|
||||
|
|
Loading…
Reference in New Issue