]> git.sesse.net Git - vlc/commitdiff
Used VLC_TS_0 in dirac demuxer.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 20 Dec 2009 19:50:26 +0000 (20:50 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 20 Dec 2009 22:23:28 +0000 (23:23 +0100)
modules/demux/dirac.c

index 82f8969c207215dc165f954eb4ac193c715ddfc1..01d923dacf6e675aaac3b9ebed074115839d1bde 100644 (file)
@@ -176,12 +176,7 @@ static int Demux( demux_t *p_demux)
             p_sys->i_state++;
             /* by default, timestamps are invalid.
              * Except when we need an anchor point */
-#if VLC_TS_INVALID == 0
-            /* xxx: to be removed in 1.1 */
-            p_block_in->i_dts = 1;
-#else
-            p_block_in->i_dts = 0;
-#endif
+            p_block_in->i_dts = VLC_TS_0;
         }
     }