mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 22:01:10 +00:00
Fix typo in sub_delay external specification.
Patch by Jindrich Makovicka <makovick a gmail d com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20203 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b2a6fd5895
commit
cb3292b17d
@ -19,7 +19,7 @@ extern ass_track_t* ass_track;
|
||||
//===========================================================================//
|
||||
|
||||
extern int sub_visibility;
|
||||
extern double sub_delay;
|
||||
extern float sub_delay;
|
||||
|
||||
typedef struct vf_vo_data_s {
|
||||
double pts;
|
||||
|
Loading…
Reference in New Issue
Block a user