diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 22:28:41 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 22:28:41 +0000 |
commit | 802f454e5bf2657c3b95c364b474625539a29cd4 (patch) | |
tree | 70a8fd9f50f3e1affce5976ed9e808ed33bdeadc /libavcodec/mdec.c | |
parent | acaa20d7bda312362c743f4bc5fb5a51f63c3720 (diff) | |
download | ffmpeg-802f454e5bf2657c3b95c364b474625539a29cd4.tar.gz |
removed unused variable
Originally committed as revision 2162 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mdec.c')
-rw-r--r-- | libavcodec/mdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c index 176ee9b8f7..5416ad963c 100644 --- a/libavcodec/mdec.c +++ b/libavcodec/mdec.c @@ -249,7 +249,6 @@ static void mdec_common_init(AVCodecContext *avctx){ static int decode_init(AVCodecContext *avctx){ MDECContext * const a = avctx->priv_data; AVFrame *p= (AVFrame*)&a->picture; - int i; mdec_common_init(avctx); init_vlcs(); |