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
7d87e2ce
Commit
7d87e2ce
authored
Mar 06, 2009
by
Alex Converse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-indent after last commit.
Originally committed as revision 17861 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
51741a82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
aac.c
libavcodec/aac.c
+7
-7
No files found.
libavcodec/aac.c
View file @
7d87e2ce
...
...
@@ -1598,13 +1598,13 @@ static int parse_adts_frame_header(AACContext * ac, GetBitContext * gb) {
ac
->
m4ac
.
sample_rate
=
hdr_info
.
sample_rate
;
ac
->
m4ac
.
sampling_index
=
hdr_info
.
sampling_index
;
ac
->
m4ac
.
object_type
=
hdr_info
.
object_type
;
if
(
hdr_info
.
num_aac_frames
==
1
)
{
if
(
!
hdr_info
.
crc_absent
)
skip_bits
(
gb
,
16
);
}
else
{
ff_log_missing_feature
(
ac
->
avccontext
,
"More than one AAC RDB per ADTS frame is"
,
0
);
return
-
1
;
}
if
(
hdr_info
.
num_aac_frames
==
1
)
{
if
(
!
hdr_info
.
crc_absent
)
skip_bits
(
gb
,
16
);
}
else
{
ff_log_missing_feature
(
ac
->
avccontext
,
"More than one AAC RDB per ADTS frame is"
,
0
);
return
-
1
;
}
}
return
size
;
}
...
...
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