[FFmpeg-devel] [PATCH 08/11] movenc: remove unused variables
Jean First
jeanfirst at gmail.com
Fri Dec 30 21:08:05 CET 2011
Signed-off-by: Jean First <jeanfirst at gmail.com>
---
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);
--
1.7.7.3
More information about the ffmpeg-devel
mailing list