changeset 2527:1ccf7cdeaea0

Reenabled Arpi's timing code, iive's causes sync probs (check ctp-tr-sample.mpg).
author atmos4
date Sun, 28 Oct 2001 23:57:11 +0000
parents 422db818ae31
children 96803377ad53
files libmpeg2/header.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpeg2/header.c	Sun Oct 28 23:16:03 2001 +0000
+++ b/libmpeg2/header.c	Sun Oct 28 23:57:11 2001 +0000
@@ -203,7 +203,7 @@
     picture->repeat_first_field = (buffer[3] >> 1) & 1;
     picture->progressive_frame = buffer[4] >> 7;
 
-#if 0
+#if 1
     // repeat_first implementation by A'rpi/ESP-team, based on libmpeg3:
     picture->display_time=100;
     if(picture->repeat_first_field){