diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-03-27 05:23:07 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-03-27 05:23:07 +0000 |
commit | 9ac421e3c101d3b2b0a0e5114c211b6d72459bb2 (patch) | |
tree | b02cf1e17f65e19cd547e3d94a55e6b5c2398374 /libavcodec/truemotion2.c | |
parent | bad0cefbdde99a81432a139672a3ca2547a69f8b (diff) | |
download | ffmpeg-9ac421e3c101d3b2b0a0e5114c211b6d72459bb2.tar.gz |
Remove redundant assign
Originally committed as revision 8531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/truemotion2.c')
-rw-r--r-- | libavcodec/truemotion2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/truemotion2.c b/libavcodec/truemotion2.c index 1596752a90..b282c967be 100644 --- a/libavcodec/truemotion2.c +++ b/libavcodec/truemotion2.c @@ -834,7 +834,6 @@ static int decode_init(AVCodecContext *avctx){ l->avctx = avctx; l->pic.data[0]=NULL; - avctx->has_b_frames = 0; avctx->pix_fmt = PIX_FMT_YUV420P; dsputil_init(&l->dsp, avctx); |