diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-04-24 14:09:24 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-04-24 14:09:24 +0000 |
commit | 1c86db80a94a00e02716831268461ee7f490f157 (patch) | |
tree | 9329acd8da40cf6be26dd9710260f2f4afdfd765 /libavcodec/zmbvenc.c | |
parent | f83c57735e44aaec8245dc1f7412f60ff5faaa0e (diff) | |
download | ffmpeg-1c86db80a94a00e02716831268461ee7f490f157.tar.gz |
Remove useless assignment during initialization for some decoders
Originally committed as revision 18680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/zmbvenc.c')
-rw-r--r-- | libavcodec/zmbvenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/zmbvenc.c b/libavcodec/zmbvenc.c index 1bad57d958..d45bbe2668 100644 --- a/libavcodec/zmbvenc.c +++ b/libavcodec/zmbvenc.c @@ -251,7 +251,6 @@ static av_cold int encode_init(AVCodecContext *avctx) c->avctx = avctx; - c->pic.data[0] = NULL; c->curfrm = 0; c->keyint = avctx->keyint_min; c->range = 8; |