X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vod.h;h=ca82e76a2469192940bc31781c17175ef142d8e1;hb=532a761def76ca5507916dd112bf49b510df6c15;hp=8d67aafab74a16689fffb548e4dc90dfdc8383fa;hpb=be2365a24ad053eb7aaf6e98b0fc9f877466b750;p=vlc diff --git a/include/vlc_vod.h b/include/vlc_vod.h index 8d67aafab7..ca82e76a24 100644 --- a/include/vlc_vod.h +++ b/include/vlc_vod.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #ifndef _VLC_VOD_H @@ -63,6 +63,8 @@ enum vod_query_e VOD_MEDIA_PAUSE, /* arg1= double * res= */ VOD_MEDIA_STOP, /* arg1= double res=can fail */ VOD_MEDIA_SEEK, /* arg1= double * res= */ + VOD_MEDIA_REWIND, /* arg1= double * res= */ + VOD_MEDIA_FORWARD, /* arg1= double * res= */ }; #endif