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
18f4e34f
Commit
18f4e34f
authored
Oct 11, 2002
by
Fabrice Bellard
Browse files
removed unused variables
Originally committed as revision 1027 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1629626f
Changes
1
Hide whitespace changes
Inline
Side-by-side
libavcodec/msmpeg4.c
View file @
18f4e34f
...
...
@@ -166,7 +166,6 @@ static void common_init(MpegEncContext * s)
if
(
s
->
msmpeg4_version
==
4
){
int
i
;
ff_init_scantable
(
s
,
&
s
->
intra_scantable
,
wmv1_scantable
[
1
]);
ff_init_scantable
(
s
,
&
s
->
intra_h_scantable
,
wmv1_scantable
[
2
]);
ff_init_scantable
(
s
,
&
s
->
intra_v_scantable
,
wmv1_scantable
[
3
]);
...
...
@@ -175,7 +174,6 @@ static void common_init(MpegEncContext * s)
//Note the default tables are set in common_init in mpegvideo.c
if
(
!
inited
){
int
i
;
inited
=
1
;
init_h263_dc_for_msmpeg4
();
...
...
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