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
c8ba8be2
Commit
c8ba8be2
authored
Sep 24, 2012
by
Nathan Caldwell
Committed by
Martin Storsjö
Sep 25, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libfdk-aac: reindent after last commit
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
94a69dee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
libfdk-aacenc.c
libavcodec/libfdk-aacenc.c
+15
-15
No files found.
libavcodec/libfdk-aacenc.c
View file @
c8ba8be2
...
...
@@ -399,20 +399,20 @@ static const int aac_sample_rates[] = {
};
AVCodec
ff_libfdk_aac_encoder
=
{
.
name
=
"libfdk_aac"
,
.
type
=
AVMEDIA_TYPE_AUDIO
,
.
id
=
AV_CODEC_ID_AAC
,
.
priv_data_size
=
sizeof
(
AACContext
),
.
init
=
aac_encode_init
,
.
encode2
=
aac_encode_frame
,
.
close
=
aac_encode_close
,
.
capabilities
=
CODEC_CAP_SMALL_LAST_FRAME
|
CODEC_CAP_DELAY
,
.
sample_fmts
=
(
const
enum
AVSampleFormat
[]){
AV_SAMPLE_FMT_S16
,
AV_SAMPLE_FMT_NONE
},
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Fraunhofer FDK AAC"
),
.
priv_class
=
&
aac_enc_class
,
.
defaults
=
aac_encode_defaults
,
.
profiles
=
profiles
,
.
name
=
"libfdk_aac"
,
.
type
=
AVMEDIA_TYPE_AUDIO
,
.
id
=
AV_CODEC_ID_AAC
,
.
priv_data_size
=
sizeof
(
AACContext
),
.
init
=
aac_encode_init
,
.
encode2
=
aac_encode_frame
,
.
close
=
aac_encode_close
,
.
capabilities
=
CODEC_CAP_SMALL_LAST_FRAME
|
CODEC_CAP_DELAY
,
.
sample_fmts
=
(
const
enum
AVSampleFormat
[]){
AV_SAMPLE_FMT_S16
,
AV_SAMPLE_FMT_NONE
},
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Fraunhofer FDK AAC"
),
.
priv_class
=
&
aac_enc_class
,
.
defaults
=
aac_encode_defaults
,
.
profiles
=
profiles
,
.
supported_samplerates
=
aac_sample_rates
,
.
channel_layouts
=
aac_channel_layout
,
.
channel_layouts
=
aac_channel_layout
,
};
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