]> git.sesse.net Git - vlc/blobdiff - include/vlc_stream.h
Qt: fix compilation with Qt5
[vlc] / include / vlc_stream.h
index 077255357fc702df6cf2809c28bfcf8d508a445c..10a98ef2811fdfddb4b934c04806fea6813aaab5 100644 (file)
@@ -104,7 +104,8 @@ enum stream_query_e
     STREAM_UPDATE_SIZE,
 
     /* */
-    STREAM_GET_TITLE_INFO = 0x102, /**< arg1=input_title_t*** arg2=int* res=can fail */
+    STREAM_GET_PTS_DELAY = 0x101,/**< arg1= int64_t* res=cannot fail */
+    STREAM_GET_TITLE_INFO, /**< arg1=input_title_t*** arg2=int* res=can fail */
     STREAM_GET_TITLE,       /**< arg1=unsigned * res=can fail */
     STREAM_GET_SEEKPOINT,   /**< arg1=unsigned * res=can fail */
     STREAM_GET_META,        /**< arg1= vlc_meta_t **       res=can fail */