diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-10-18 19:53:25 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-23 14:13:40 +0200 |
commit | acffe45732d5afc722c97a2736b62f84422c0778 (patch) | |
tree | a31457ca8cc37b142ce5269a4946432e0c426eeb /libavcodec/h264.c | |
parent | e71ebb19722bd2b46831d0ec311b757a56340617 (diff) | |
download | ffmpeg-acffe45732d5afc722c97a2736b62f84422c0778.tar.gz |
mpegvideo: remove some unused variables from MpegEncContext.
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 3f711c6ec7..880b5b7b58 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -1033,7 +1033,6 @@ static av_cold void common_init(H264Context *h){ h->dequant_coeff_pps= -1; s->unrestricted_mv=1; - s->decode=1; //FIXME dsputil_init(&s->dsp, s->avctx); // needed so that idct permutation is known early |