mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 07:33:46 +01:00
Restore two mistakenly removed 'extern' keywords.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28087 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9dca7aa7d9
commit
8c5889004f
@ -155,8 +155,8 @@ const m_option_t of_conf[]={
|
||||
{NULL, NULL, 0, 0, 0, 0, NULL}
|
||||
};
|
||||
|
||||
float avi_aspect_override; /* defined in libmpdemux/muxer_avi.c */
|
||||
int write_odml; /* defined in libmpdemux/muxer_avi.c */
|
||||
extern float avi_aspect_override; /* defined in libmpdemux/muxer_avi.c */
|
||||
extern int write_odml; /* defined in libmpdemux/muxer_avi.c */
|
||||
|
||||
const m_option_t mencoder_opts[]={
|
||||
/* name, pointer, type, flags, min, max */
|
||||
|
Loading…
Reference in New Issue
Block a user