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
efc90ebf
Commit
efc90ebf
authored
Dec 23, 2007
by
Reimar Döffinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
begining -> beginning typo fix
Originally committed as revision 11309 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
6b646b06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
asf.c
libavformat/asf.c
+2
-2
No files found.
libavformat/asf.c
View file @
efc90ebf
...
...
@@ -694,7 +694,7 @@ static int asf_read_frame_header(AVFormatContext *s){
url_fskip
(
pb
,
asf
->
packet_replic_size
-
8
);
rsize
+=
asf
->
packet_replic_size
;
// FIXME - check validity
}
else
if
(
asf
->
packet_replic_size
==
1
){
// multipacket - frag_offset is begining timestamp
// multipacket - frag_offset is begin
n
ing timestamp
asf
->
packet_time_start
=
asf
->
packet_frag_offset
;
asf
->
packet_frag_offset
=
0
;
asf
->
packet_frag_timestamp
=
asf
->
packet_timestamp
;
...
...
@@ -778,7 +778,7 @@ static int asf_read_packet(AVFormatContext *s, AVPacket *pkt)
asf_st
=
asf
->
asf_st
;
if
(
asf
->
packet_replic_size
==
1
)
{
// frag_offset is here used as the begining timestamp
// frag_offset is here used as the begin
n
ing timestamp
asf
->
packet_frag_timestamp
=
asf
->
packet_time_start
;
asf
->
packet_time_start
+=
asf
->
packet_time_delta
;
asf
->
packet_obj_size
=
asf
->
packet_frag_size
=
get_byte
(
pb
);
...
...
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