Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
93b63b1a
Commit
93b63b1a
authored
Aug 29, 2008
by
Robert Swain
Browse files
Fix typo in element type
Originally committed as revision 15037 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f4fae46e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavcodec/aac.c
libavcodec/aac.c
+1
-1
No files found.
libavcodec/aac.c
View file @
93b63b1a
...
@@ -1366,7 +1366,7 @@ static int aac_decode_frame(AVCodecContext * avccontext, void * data, int * data
...
@@ -1366,7 +1366,7 @@ static int aac_decode_frame(AVCodecContext * avccontext, void * data, int * data
break
;
break
;
case
TYPE_CCE
:
case
TYPE_CCE
:
err
=
decode_cce
(
ac
,
&
gb
,
ac
->
che
[
TYPE_
S
CE
][
elem_id
]);
err
=
decode_cce
(
ac
,
&
gb
,
ac
->
che
[
TYPE_
C
CE
][
elem_id
]);
break
;
break
;
case
TYPE_LFE
:
case
TYPE_LFE
:
...
...
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