vlc | branch: master | Thomas Guillem <[email protected]> | Wed Mar 15 10:42:07 2017 +0100| [3ca55ff90107bd48dffc90383988ddcd23380029] | committer: Thomas Guillem
vout: fix comment > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ca55ff90107bd48dffc90383988ddcd23380029 --- src/video_output/vout_control.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/video_output/vout_control.h b/src/video_output/vout_control.h index 8fbefa6..25bae8e 100644 --- a/src/video_output/vout_control.h +++ b/src/video_output/vout_control.h @@ -45,8 +45,8 @@ void vout_GetResetStatistic( vout_thread_t *p_vout, unsigned *pi_displayed, unsigned *pi_lost ); /** - * This function will ensure that all ready/displayed pciture have at most - * the provided dat + * This function will ensure that all ready/displayed pictures have at most + * the provided date. */ void vout_Flush( vout_thread_t *p_vout, mtime_t i_date ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
