summaryrefslogtreecommitdiff
path: root/libavcodec/ulti.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-03-27 05:23:07 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-03-27 05:23:07 +0000
commit9ac421e3c101d3b2b0a0e5114c211b6d72459bb2 (patch)
treeb02cf1e17f65e19cd547e3d94a55e6b5c2398374 /libavcodec/ulti.c
parentbad0cefbdde99a81432a139672a3ca2547a69f8b (diff)
Remove redundant assign
Originally committed as revision 8531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ulti.c')
-rw-r--r--libavcodec/ulti.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c
index b4028f4392..d84a88dad9 100644
--- a/libavcodec/ulti.c
+++ b/libavcodec/ulti.c
@@ -51,7 +51,6 @@ static int ulti_decode_init(AVCodecContext *avctx)
s->height = avctx->height;
s->blocks = (s->width / 8) * (s->height / 8);
avctx->pix_fmt = PIX_FMT_YUV410P;
- avctx->has_b_frames = 0;
avctx->coded_frame = (AVFrame*) &s->frame;
s->ulti_codebook = ulti_codebook;