git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32272f7
)
unneeded and impossible during init ...
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 9 Sep 2007 12:46:25 +0000
(12:46 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 9 Sep 2007 12:46:25 +0000
(12:46 +0000)
Originally committed as revision 10455 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/snow.c
patch
|
blob
|
history
diff --git
a/libavcodec/snow.c
b/libavcodec/snow.c
index
bf2a3d8
..
edf6e5c
100644
(file)
--- a/
libavcodec/snow.c
+++ b/
libavcodec/snow.c
@@
-3818,7
+3818,6
@@
static int common_init(AVCodecContext *avctx){
for(j=0; j<MAX_REF_FRAMES; j++)
scale_mv_ref[i][j] = 256*(i+1)/(j+1);
- reset_contexts(s);
/*
width= s->width= avctx->width;
height= s->height= avctx->height;