]> git.sesse.net Git - vlc/blobdiff - include/vlc_block.h
mozilla: Fix #2678 resizing browser plugin during playback.
[vlc] / include / vlc_block.h
index 7b1d6d017dd898361957b938ad14b16936093670..aa49c65228306e04b734695938b93bad64c8c175 100644 (file)
@@ -37,7 +37,7 @@
  * - i_flags may not always be set (ie could be 0, even for a key frame
  *      it depends where you receive the buffer (before/after a packetizer
  *      and the demux/packetizer implementations.
- * - i_dts/i_pts could be 0, it means no pts
+ * - i_dts/i_pts could be VLC_TS_INVALID, it means no pts/dts
  * - i_length: length in microseond of the packet, can be null except in the
  *      sout where it is mandatory.
  * - i_rate 0 or a valid input rate, look at vlc_input.h