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
e6ad9437
Commit
e6ad9437
authored
Apr 08, 2012
by
Reimar Döffinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latmenc: remove dead code.
Signed-off-by:
Reimar Döffinger
<
Reimar.Doeffinger@gmx.de
>
parent
5735f768
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
latmenc.c
libavformat/latmenc.c
+0
-3
No files found.
libavformat/latmenc.c
View file @
e6ad9437
...
...
@@ -51,14 +51,11 @@ static const AVClass latm_muxer_class = {
static
int
latm_decode_extradata
(
LATMContext
*
ctx
,
uint8_t
*
buf
,
int
size
)
{
GetBitContext
gb
;
MPEG4AudioConfig
m4ac
;
init_get_bits
(
&
gb
,
buf
,
size
*
8
);
ctx
->
off
=
avpriv_mpeg4audio_get_config
(
&
m4ac
,
buf
,
size
*
8
,
1
);
if
(
ctx
->
off
<
0
)
return
ctx
->
off
;
skip_bits_long
(
&
gb
,
ctx
->
off
);
/* FIXME: are any formats not allowed in LATM? */
...
...
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