X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_codec_synchro.h;h=fefab4e173d93393b4787bf0d1a596712b7afd19;hb=22da31efd99ff625cfd7e74d2231667a74c582d7;hp=3fd26712ae0222bda82ba1373e2b31ca265ba8ab;hpb=cf270dd3c0201b2bb1ace5748e55d2300b782e38;p=vlc diff --git a/include/vlc_codec_synchro.h b/include/vlc_codec_synchro.h index 3fd26712ae..fefab4e173 100644 --- a/include/vlc_codec_synchro.h +++ b/include/vlc_codec_synchro.h @@ -45,5 +45,5 @@ VLC_EXPORT( void, decoder_SynchroTrash, ( decoder_synchro_t * ) ); VLC_EXPORT( void, decoder_SynchroDecode, ( decoder_synchro_t * ) ); VLC_EXPORT( void, decoder_SynchroEnd, ( decoder_synchro_t *, int, bool ) ); VLC_EXPORT( mtime_t, decoder_SynchroDate, ( decoder_synchro_t * ) LIBVLC_USED ); -VLC_EXPORT( void, decoder_SynchroNewPicture, ( decoder_synchro_t *, int, int, mtime_t, mtime_t, int, bool ) ); +VLC_EXPORT( void, decoder_SynchroNewPicture, ( decoder_synchro_t *, int, int, mtime_t, mtime_t, bool ) );