[FFmpeg-cvslog] movenc: remove unused variables

Jean First git at videolan.org
Sat Dec 31 02:28:43 CET 2011


ffmpeg | branch: master | Jean First <jeanfirst at gmail.com> | Fri Dec 30 21:08:05 2011 +0100| [8aed73c355f71c4a4d1e3d750d73a137150eebea] | committer: Michael Niedermayer

movenc: remove unused variables

Signed-off-by: Jean First <jeanfirst at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavformat/movenc.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index da22c4e..e5f0c4c 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -2024,7 +2024,6 @@ static int mov_write_moov_tag(AVIOContext *pb, MOVMuxContext *mov,
 
 static int mov_write_mfhd_tag(AVIOContext *pb, MOVMuxContext *mov)
 {
-    int i;
     int64_t pos = avio_tell(pb);
     avio_wb32(pb, 0); /* size placeholder*/
     ffio_wfourcc(pb, "mfhd");
@@ -2600,7 +2599,6 @@ static int update_first_fragment(AVFormatContext *s)
 {
     MOVMuxContext *mov = s->priv_data;
     AVIOContext *pb = s->pb;
-    int res = 0;
     int i;
 
     int64_t moov_pos = avio_tell(pb);



More information about the ffmpeg-cvslog mailing list