]> git.sesse.net Git - vlc/blobdiff - include/vlc_block.h
removed i_seqno from block_t ; RTP access now stores seqno in i_dts.
[vlc] / include / vlc_block.h
index 5048b6c6bf91c4d8ee563b419af3d89d0e0414dc..df23578c3ad55e87490102092dac0323cbb4bb63 100644 (file)
@@ -88,8 +88,6 @@ struct block_t
     int         i_samples; /* Used for audio */
     int         i_rate;
 
-    uint16_t   i_seqno;   /* Used for RTP */
-
     int         i_buffer;
     uint8_t     *p_buffer;