summaryrefslogtreecommitdiffstats
path: root/libavcodec/mdec.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-08-24 22:28:41 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-08-24 22:28:41 +0000
commit802f454e5bf2657c3b95c364b474625539a29cd4 (patch)
tree70a8fd9f50f3e1affce5976ed9e808ed33bdeadc /libavcodec/mdec.c
parentacaa20d7bda312362c743f4bc5fb5a51f63c3720 (diff)
downloadffmpeg-streaming-802f454e5bf2657c3b95c364b474625539a29cd4.zip
ffmpeg-streaming-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c
index 176ee9b..5416ad9 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();
OpenPOWER on IntegriCloud