Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-03-27 09:23:07 +0400
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-03-27 09:23:07 +0400
commit9ac421e3c101d3b2b0a0e5114c211b6d72459bb2 (patch)
treeb02cf1e17f65e19cd547e3d94a55e6b5c2398374 /libavcodec/vmnc.c
parentbad0cefbdde99a81432a139672a3ca2547a69f8b (diff)
Remove redundant assign
Originally committed as revision 8531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vmnc.c')
-rw-r--r--libavcodec/vmnc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vmnc.c b/libavcodec/vmnc.c
index 17abbea590..b430a7e667 100644
--- a/libavcodec/vmnc.c
+++ b/libavcodec/vmnc.c
@@ -463,7 +463,6 @@ static int decode_init(AVCodecContext *avctx)
VmncContext * const c = (VmncContext *)avctx->priv_data;
c->avctx = avctx;
- avctx->has_b_frames = 0;
c->pic.data[0] = NULL;
c->width = avctx->width;