1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00

DEMUX_SET_NEXT_DEMUX_TIME: fix documentation

This commit is contained in:
Rémi Denis-Courmont 2013-01-19 00:20:05 +02:00
parent 16c71d3333
commit b1c7cb9b29

View File

@ -121,7 +121,7 @@ enum demux_query_e
* XXX: not mandatory (except for subtitle demux) but will help a lot
* for multi-input
*/
DEMUX_SET_NEXT_DEMUX_TIME, /* arg1= int64_t * can fail */
DEMUX_SET_NEXT_DEMUX_TIME, /* arg1= int64_t can fail */
/* FPS for correct subtitles handling */
DEMUX_GET_FPS, /* arg1= double * res=can fail */