X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_picture_fifo.h;h=440886e6543c640f721d4b2344de164785960b01;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=a881cea78fd280301ddd6341a7b61b632c3cd6d6;hpb=4b44912ce0888ed40d35aa5d782cd17cbf7e9c6b;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 */