summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_decoder.c
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-03-10 21:16:14 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-03-10 21:16:14 +0000
commit5c281d37ea0630f177a5d7088408741cc8e7be66 (patch)
treef4c55b58cc2be81c168d1d47955546cf274c9d93 /src/dxr3/dxr3_decoder.c
parenta77fa76ce51ca69bffabe463bc865516e47325f0 (diff)
downloadxine-lib-5c281d37ea0630f177a5d7088408741cc8e7be66.tar.gz
xine-lib-5c281d37ea0630f177a5d7088408741cc8e7be66.tar.bz2
- mpeg2 frame duration fixes
- metronom fixes, drift calculation CVS patchset: 1548 CVS date: 2002/03/10 21:16:14
Diffstat (limited to 'src/dxr3/dxr3_decoder.c')
-rw-r--r--src/dxr3/dxr3_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_decoder.c b/src/dxr3/dxr3_decoder.c
index 8a1c08d58..651f6c8eb 100644
--- a/src/dxr3/dxr3_decoder.c
+++ b/src/dxr3/dxr3_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: dxr3_decoder.c,v 1.63 2002/03/08 00:24:40 jcdutton Exp $
+ * $Id: dxr3_decoder.c,v 1.64 2002/03/10 21:16:16 miguelfreitas Exp $
*
* dxr3 video and spu decoder plugin. Accepts the video and spu data
* from XINE and sends it directly to the corresponding dxr3 devices.
@@ -439,7 +439,7 @@ static int get_duration(int framecode, int repeat_first_field)
/*duration=3600;*/
break;
case 4: /* 29.970 */
- duration=repeat_first_field ? 3754 : 3003;
+ duration=repeat_first_field ? 4505 : 3003;
/*duration=3003;*/
break;
case 5: /* 30.000 */