[FFmpeg-cvslog] avformat/bmv: remove unused variable

Michael Niedermayer git at videolan.org
Thu Sep 19 22:22:41 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Sep 19 15:25:48 2013 +0200| [63139f62f35944b9abd42505bf13a740676978e9] | committer: Michael Niedermayer

avformat/bmv: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63139f62f35944b9abd42505bf13a740676978e9
---

 libavformat/bmv.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/bmv.c b/libavformat/bmv.c
index 8520a4d..f7a6068 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