mirror of https://github.com/mpv-player/mpv
Forgotten part of previous commit (extern declaration of drc_level).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31287 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b19b09df54
commit
a8dab8b521
|
@ -22,6 +22,8 @@
|
|||
#include "mpc_info.h"
|
||||
#include "libmpdemux/stheader.h"
|
||||
|
||||
extern float drc_level;
|
||||
|
||||
typedef mp_codec_info_t ad_info_t;
|
||||
|
||||
/* interface of video decoder drivers */
|
||||
|
|
Loading…
Reference in New Issue