X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_picture_fifo.h;h=440886e6543c640f721d4b2344de164785960b01;hb=4f07a18bd45f2bc6929b9365fe2005caab72c1d9;hp=a881cea78fd280301ddd6341a7b61b632c3cd6d6;hpb=39321c06a7ae911b161ca527a76be9311a80b0b2;p=vlc diff --git a/include/vlc_picture_fifo.h b/include/vlc_picture_fifo.h index a881cea78f..440886e654 100644 --- a/include/vlc_picture_fifo.h +++ b/include/vlc_picture_fifo.h @@ -73,16 +73,16 @@ VLC_EXPORT( void, picture_fifo_Push, ( picture_fifo_t *, picture_t * ) ); /** * It release all picture inside the fifo that have a lower or equal date - * if b_below or higher or equal to not b_below than the given one. + * if flush_before or higher or equal to if not flush_before than the given one. * * All pictures inside the fifo will be released by picture_Release. */ -VLC_EXPORT( void, picture_fifo_Flush, ( picture_fifo_t *, mtime_t i_date, bool b_below ) ); +VLC_EXPORT( void, picture_fifo_Flush, ( picture_fifo_t *, mtime_t date, bool flush_before ) ); /** * It applies a delta on all the picture timestamp. */ -VLC_EXPORT( void, picture_fifo_OffsetDate, ( picture_fifo_t *, mtime_t i_delta ) ); +VLC_EXPORT( void, picture_fifo_OffsetDate, ( picture_fifo_t *, mtime_t delta ) ); #endif /* VLC_PICTURE_FIFO_H */