1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

Add a print function for the time option type.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23433 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2007-05-31 12:37:37 +00:00
parent 5c138481e5
commit 67341d23fa

View File

@ -1227,7 +1227,7 @@ m_option_type_t m_option_type_time = {
sizeof(double),
0,
parse_time,
NULL,
print_double,
copy_opt,
copy_opt,
NULL,