]> git.sesse.net Git - vlc/blobdiff - src/input/decoder.c
Added a new decoder function (decoder_GetDisplayDate) to be used to convert a
[vlc] / src / input / decoder.c
index 2d20944bfaaafc1dada3f6afaa609278e6fe6860..6e81e6ca9b842e36b19886dabb30c1ddc79d8375 100644 (file)
@@ -110,6 +110,12 @@ int decoder_GetInputAttachments( decoder_t *p_dec,
     return input_Control( p_dec->p_owner->p_input, INPUT_GET_ATTACHMENTS,
                           ppp_attachment, pi_attachment );
 }
+/* decoder_GetDisplayDate:
+ */
+mtime_t decoder_GetDisplayDate( decoder_t *p_dec, mtime_t i_ts )
+{
+    return i_ts;
+}
 
 /**
  * Spawns a new decoder thread