Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
75c7484f
Commit
75c7484f
authored
Sep 27, 2019
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/mpeg4audio: fix doxy for ff_mpeg4audio_get_config_gb()
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
35bbaa66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mpeg4audio.h
libavcodec/mpeg4audio.h
+2
-2
No files found.
libavcodec/mpeg4audio.h
View file @
75c7484f
...
@@ -54,7 +54,7 @@ extern const uint8_t ff_mpeg4audio_channels[8];
...
@@ -54,7 +54,7 @@ extern const uint8_t ff_mpeg4audio_channels[8];
* @param[in] gb Extradata from container.
* @param[in] gb Extradata from container.
* @param[in] sync_extension look for a sync extension after config if true.
* @param[in] sync_extension look for a sync extension after config if true.
* @param[in] logctx opaque struct starting with an AVClass element, used for logging.
* @param[in] logctx opaque struct starting with an AVClass element, used for logging.
* @return
On error -1 is returned
, on success AudioSpecificConfig bit index in extradata.
* @return
negative AVERROR code on error
, on success AudioSpecificConfig bit index in extradata.
*/
*/
int
ff_mpeg4audio_get_config_gb
(
MPEG4AudioConfig
*
c
,
GetBitContext
*
gb
,
int
ff_mpeg4audio_get_config_gb
(
MPEG4AudioConfig
*
c
,
GetBitContext
*
gb
,
int
sync_extension
,
void
*
logctx
);
int
sync_extension
,
void
*
logctx
);
...
@@ -66,7 +66,7 @@ int ff_mpeg4audio_get_config_gb(MPEG4AudioConfig *c, GetBitContext *gb,
...
@@ -66,7 +66,7 @@ int ff_mpeg4audio_get_config_gb(MPEG4AudioConfig *c, GetBitContext *gb,
* @param[in] buf Extradata from container.
* @param[in] buf Extradata from container.
* @param[in] bit_size Extradata size in bits.
* @param[in] bit_size Extradata size in bits.
* @param[in] sync_extension look for a sync extension after config if true.
* @param[in] sync_extension look for a sync extension after config if true.
* @return
On error -1 is returned
, on success AudioSpecificConfig bit index in extradata.
* @return
negative AVERROR code on error
, on success AudioSpecificConfig bit index in extradata.
*/
*/
int
avpriv_mpeg4audio_get_config
(
MPEG4AudioConfig
*
c
,
const
uint8_t
*
buf
,
int
avpriv_mpeg4audio_get_config
(
MPEG4AudioConfig
*
c
,
const
uint8_t
*
buf
,
int
bit_size
,
int
sync_extension
);
int
bit_size
,
int
sync_extension
);
...
...
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