Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
cb7b1a2d
Commit
cb7b1a2d
authored
Aug 20, 2014
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
electronicarts: set the framerate for TGQ/TQI
It is hardcoded to 15fps.
parent
7b6aae23
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
308 additions
and
306 deletions
+308
-306
electronicarts.c
libavformat/electronicarts.c
+2
-0
ea-tgq
tests/ref/fate/ea-tgq
+279
-279
ea-tqi
tests/ref/fate/ea-tqi
+27
-27
No files found.
libavformat/electronicarts.c
View file @
cb7b1a2d
...
...
@@ -394,10 +394,12 @@ static int process_ea_header(AVFormatContext *s)
case
pQGT_TAG
:
case
TGQs_TAG
:
ea
->
video_codec
=
AV_CODEC_ID_TGQ
;
ea
->
time_base
=
(
AVRational
)
{
1
,
15
};
break
;
case
pIQT_TAG
:
ea
->
video_codec
=
AV_CODEC_ID_TQI
;
ea
->
time_base
=
(
AVRational
)
{
1
,
15
};
break
;
case
MADk_TAG
:
...
...
tests/ref/fate/ea-tgq
View file @
cb7b1a2d
This diff is collapsed.
Click to expand it.
tests/ref/fate/ea-tqi
View file @
cb7b1a2d
#tb 0: 1/
90000
0, 0, 0,
0
, 115200, 0x375ec573
0,
6000, 6000, 0
, 115200, 0x375ec573
0,
12000, 12000, 0
, 115200, 0x375ec573
0,
18000, 18000, 0
, 115200, 0x375ec573
0,
24000, 24000, 0
, 115200, 0x375ec573
0,
30000, 30000, 0
, 115200, 0x375ec573
0,
36000, 36000, 0
, 115200, 0x375ec573
0,
42000, 42000, 0
, 115200, 0x375ec573
0,
48000, 48000, 0
, 115200, 0x0b4d31bf
0,
54000, 54000, 0
, 115200, 0xdd724598
0,
60000, 60000, 0
, 115200, 0xc3077e75
0,
66000, 66000, 0
, 115200, 0xbf70778a
0,
72000, 72000, 0
, 115200, 0x117eb766
0,
78000, 78000, 0
, 115200, 0x4617fbad
0,
84000, 84000, 0
, 115200, 0x5f5b02d2
0,
90000, 90000, 0
, 115200, 0x2a9c5325
0,
96000, 96000, 0
, 115200, 0x14a89e2a
0,
102000, 102000, 0
, 115200, 0xe69aa994
0,
108000, 108000, 0
, 115200, 0xfbacf589
0,
114000, 114000, 0
, 115200, 0x1d714c6e
0,
120000, 120000, 0
, 115200, 0x6eff66cb
0,
126000, 126000, 0
, 115200, 0xee21c1cb
0,
132000, 132000, 0
, 115200, 0xce714ada
0,
138000, 138000, 0
, 115200, 0xf89d56c3
0,
144000, 144000, 0
, 115200, 0x65fd5e60
0,
150000, 150000, 0
, 115200, 0x0c256424
#tb 0: 1/
15
0, 0, 0,
1
, 115200, 0x375ec573
0,
1, 1, 1
, 115200, 0x375ec573
0,
2, 2, 1
, 115200, 0x375ec573
0,
3, 3, 1
, 115200, 0x375ec573
0,
4, 4, 1
, 115200, 0x375ec573
0,
5, 5, 1
, 115200, 0x375ec573
0,
6, 6, 1
, 115200, 0x375ec573
0,
7, 7, 1
, 115200, 0x375ec573
0,
8, 8, 1
, 115200, 0x0b4d31bf
0,
9, 9, 1
, 115200, 0xdd724598
0,
10, 10, 1
, 115200, 0xc3077e75
0,
11, 11, 1
, 115200, 0xbf70778a
0,
12, 12, 1
, 115200, 0x117eb766
0,
13, 13, 1
, 115200, 0x4617fbad
0,
14, 14, 1
, 115200, 0x5f5b02d2
0,
15, 15, 1
, 115200, 0x2a9c5325
0,
16, 16, 1
, 115200, 0x14a89e2a
0,
17, 17, 1
, 115200, 0xe69aa994
0,
18, 18, 1
, 115200, 0xfbacf589
0,
19, 19, 1
, 115200, 0x1d714c6e
0,
20, 20, 1
, 115200, 0x6eff66cb
0,
21, 21, 1
, 115200, 0xee21c1cb
0,
22, 22, 1
, 115200, 0xce714ada
0,
23, 23, 1
, 115200, 0xf89d56c3
0,
24, 24, 1
, 115200, 0x65fd5e60
0,
25, 25, 1
, 115200, 0x0c256424
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment