projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1629626
)
removed unused variables
author
Fabrice Bellard
<fabrice@bellard.org>
Fri, 11 Oct 2002 13:49:16 +0000
(13:49 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Fri, 11 Oct 2002 13:49:16 +0000
(13:49 +0000)
Originally committed as revision 1027 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/msmpeg4.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/msmpeg4.c
b/libavcodec/msmpeg4.c
index
845375f
..
e532825
100644
(file)
--- a/
libavcodec/msmpeg4.c
+++ b/
libavcodec/msmpeg4.c
@@
-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();