comparison libmpdemux/demuxer.c @ 19439:28d2d1fddff4

clarification in a comment
author nicodvb
date Fri, 18 Aug 2006 19:03:59 +0000
parents 263e95c47aec
children bab82c53e433
comparison
equal deleted inserted replaced
19438:263e95c47aec 19439:28d2d1fddff4
1048 1048
1049 /** 1049 /**
1050 * \brief demuxer_seek_chapter() seeks to a chapter in two possible ways: 1050 * \brief demuxer_seek_chapter() seeks to a chapter in two possible ways:
1051 * either using the demuxer->chapters structure set by the demuxer 1051 * either using the demuxer->chapters structure set by the demuxer
1052 * or asking help to the stream layer (e.g. dvd) 1052 * or asking help to the stream layer (e.g. dvd)
1053 * \param chapter - chapter number wished 1053 * \param chapter - chapter number wished - 0-based
1054 * \param mode 0: relative to current main pts, 1: absolute 1054 * \param mode 0: relative to current main pts, 1: absolute
1055 * \param seek_pts set by the function to the pts to seek to (if demuxer->chapters is set) 1055 * \param seek_pts set by the function to the pts to seek to (if demuxer->chapters is set)
1056 * \return -1 on error, current chapter if successful 1056 * \return -1 on error, current chapter if successful
1057 */ 1057 */
1058 1058