Skip to content
Snippets Groups Projects
Commit cb7b1a2d authored by Anton Khirnov's avatar Anton Khirnov
Browse files

electronicarts: set the framerate for TGQ/TQI

It is hardcoded to 15fps.
parent 7b6aae23
No related branches found
No related tags found
No related merge requests found
...@@ -394,10 +394,12 @@ static int process_ea_header(AVFormatContext *s) ...@@ -394,10 +394,12 @@ static int process_ea_header(AVFormatContext *s)
case pQGT_TAG: case pQGT_TAG:
case TGQs_TAG: case TGQs_TAG:
ea->video_codec = AV_CODEC_ID_TGQ; ea->video_codec = AV_CODEC_ID_TGQ;
ea->time_base = (AVRational) { 1, 15 };
break; break;
case pIQT_TAG: case pIQT_TAG:
ea->video_codec = AV_CODEC_ID_TQI; ea->video_codec = AV_CODEC_ID_TQI;
ea->time_base = (AVRational) { 1, 15 };
break; break;
case MADk_TAG: case MADk_TAG:
......
This diff is collapsed.
#tb 0: 1/90000 #tb 0: 1/15
0, 0, 0, 0, 115200, 0x375ec573 0, 0, 0, 1, 115200, 0x375ec573
0, 6000, 6000, 0, 115200, 0x375ec573 0, 1, 1, 1, 115200, 0x375ec573
0, 12000, 12000, 0, 115200, 0x375ec573 0, 2, 2, 1, 115200, 0x375ec573
0, 18000, 18000, 0, 115200, 0x375ec573 0, 3, 3, 1, 115200, 0x375ec573
0, 24000, 24000, 0, 115200, 0x375ec573 0, 4, 4, 1, 115200, 0x375ec573
0, 30000, 30000, 0, 115200, 0x375ec573 0, 5, 5, 1, 115200, 0x375ec573
0, 36000, 36000, 0, 115200, 0x375ec573 0, 6, 6, 1, 115200, 0x375ec573
0, 42000, 42000, 0, 115200, 0x375ec573 0, 7, 7, 1, 115200, 0x375ec573
0, 48000, 48000, 0, 115200, 0x0b4d31bf 0, 8, 8, 1, 115200, 0x0b4d31bf
0, 54000, 54000, 0, 115200, 0xdd724598 0, 9, 9, 1, 115200, 0xdd724598
0, 60000, 60000, 0, 115200, 0xc3077e75 0, 10, 10, 1, 115200, 0xc3077e75
0, 66000, 66000, 0, 115200, 0xbf70778a 0, 11, 11, 1, 115200, 0xbf70778a
0, 72000, 72000, 0, 115200, 0x117eb766 0, 12, 12, 1, 115200, 0x117eb766
0, 78000, 78000, 0, 115200, 0x4617fbad 0, 13, 13, 1, 115200, 0x4617fbad
0, 84000, 84000, 0, 115200, 0x5f5b02d2 0, 14, 14, 1, 115200, 0x5f5b02d2
0, 90000, 90000, 0, 115200, 0x2a9c5325 0, 15, 15, 1, 115200, 0x2a9c5325
0, 96000, 96000, 0, 115200, 0x14a89e2a 0, 16, 16, 1, 115200, 0x14a89e2a
0, 102000, 102000, 0, 115200, 0xe69aa994 0, 17, 17, 1, 115200, 0xe69aa994
0, 108000, 108000, 0, 115200, 0xfbacf589 0, 18, 18, 1, 115200, 0xfbacf589
0, 114000, 114000, 0, 115200, 0x1d714c6e 0, 19, 19, 1, 115200, 0x1d714c6e
0, 120000, 120000, 0, 115200, 0x6eff66cb 0, 20, 20, 1, 115200, 0x6eff66cb
0, 126000, 126000, 0, 115200, 0xee21c1cb 0, 21, 21, 1, 115200, 0xee21c1cb
0, 132000, 132000, 0, 115200, 0xce714ada 0, 22, 22, 1, 115200, 0xce714ada
0, 138000, 138000, 0, 115200, 0xf89d56c3 0, 23, 23, 1, 115200, 0xf89d56c3
0, 144000, 144000, 0, 115200, 0x65fd5e60 0, 24, 24, 1, 115200, 0x65fd5e60
0, 150000, 150000, 0, 115200, 0x0c256424 0, 25, 25, 1, 115200, 0x0c256424
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment