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
227a388d
Commit
227a388d
authored
Oct 15, 2007
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: reindent
Originally committed as revision 10753 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d3e412d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
electronicarts.c
libavformat/electronicarts.c
+9
-9
No files found.
libavformat/electronicarts.c
View file @
227a388d
...
...
@@ -181,15 +181,15 @@ static int ea_read_header(AVFormatContext *s,
return
AVERROR
(
EIO
);
if
(
ea
->
time_base
.
num
&&
ea
->
time_base
.
den
)
{
/* initialize the video decoder stream */
st
=
av_new_stream
(
s
,
0
);
if
(
!
st
)
return
AVERROR
(
ENOMEM
);
ea
->
video_stream_index
=
st
->
index
;
st
->
codec
->
codec_type
=
CODEC_TYPE_VIDEO
;
st
->
codec
->
codec_id
=
CODEC_ID_VP6
;
st
->
codec
->
codec_tag
=
0
;
/* no fourcc */
st
->
codec
->
time_base
=
ea
->
time_base
;
/* initialize the video decoder stream */
st
=
av_new_stream
(
s
,
0
);
if
(
!
st
)
return
AVERROR
(
ENOMEM
);
ea
->
video_stream_index
=
st
->
index
;
st
->
codec
->
codec_type
=
CODEC_TYPE_VIDEO
;
st
->
codec
->
codec_id
=
CODEC_ID_VP6
;
st
->
codec
->
codec_tag
=
0
;
/* no fourcc */
st
->
codec
->
time_base
=
ea
->
time_base
;
}
/* initialize the audio decoder stream */
...
...
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