1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02: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:
eugeni 2006-10-13 20:28:07 +00:00
parent b2a6fd5895
commit cb3292b17d

View File

@ -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;