From 12a1313fbdf094c5f767698fc73e2533febf385e Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 31 Mar 2002 23:30:55 +0000 Subject: [PATCH] mtvp says its' 29.97 not 1 fps git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5441 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/mpeg_hdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpdemux/mpeg_hdr.c b/libmpdemux/mpeg_hdr.c index 780a5fbfaf..58089eef5d 100644 --- a/libmpdemux/mpeg_hdr.c +++ b/libmpdemux/mpeg_hdr.c @@ -12,7 +12,7 @@ static int frameratecode2framerate[16] = { // Official mpeg1/2 framerates: 24000*10000/1001, 24*10000,25*10000, 30000*10000/1001, 30*10000,50*10000,60000*10000/1001, 60*10000, // libmpeg3's "Unofficial economy rates": - 1*10000,5*10000,10*10000,12*10000,15*10000,0,0 + 299700,5*10000,10*10000,12*10000,15*10000,0,0 };