[FFmpeg-cvslog] bmv: Remove unused variable
Diego Biurrun
git at videolan.org
Mon Oct 7 11:37:25 CEST 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Oct 6 12:52:12 2013 +0200| [9adbc3f3a1770fec9d24b8f5be3438a6c8e9e6a6] | committer: Diego Biurrun
bmv: Remove unused variable
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9adbc3f3a1770fec9d24b8f5be3438a6c8e9e6a6
---
libavformat/bmv.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/bmv.c b/libavformat/bmv.c
index f474648..b5572af 100644
--- a/libavformat/bmv.c
+++ b/libavformat/bmv.c
@@ -72,7 +72,6 @@ static int bmv_read_packet(AVFormatContext *s, AVPacket *pkt)
{
BMVContext *c = s->priv_data;
int type, err;
- void *tmp;
while (c->get_next) {
if (s->pb->eof_reached)
More information about the ffmpeg-cvslog
mailing list