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
40612f26
Commit
40612f26
authored
Mar 03, 2011
by
Tomas Härdin
Committed by
Michael Niedermayer
May 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics: indent
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
6629dbd2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wav.c
libavformat/wav.c
+2
-2
No files found.
libavformat/wav.c
View file @
40612f26
...
...
@@ -287,13 +287,13 @@ static int wav_read_header(AVFormatContext *s,
* know where the data tag ends
*/
if
(
!
pb
->
seekable
||
(
!
rf64
&&
!
size
))
goto
break_loop
;
goto
break_loop
;
data_ofs
=
avio_tell
(
pb
);
break
;
case
MKTAG
(
'f'
,
'a'
,
'c'
,
't'
):
if
(
!
sample_count
)
sample_count
=
avio_rl32
(
pb
);
sample_count
=
avio_rl32
(
pb
);
break
;
}
avio_seek
(
pb
,
next_tag_ofs
,
SEEK_SET
);
...
...
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