Commit 8aed73c3 authored by Jean First's avatar Jean First Committed by Michael Niedermayer

movenc: remove unused variables

Signed-off-by: 's avatarJean First <jeanfirst@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 576ada79
...@@ -2024,7 +2024,6 @@ static int mov_write_moov_tag(AVIOContext *pb, MOVMuxContext *mov, ...@@ -2024,7 +2024,6 @@ static int mov_write_moov_tag(AVIOContext *pb, MOVMuxContext *mov,
static int mov_write_mfhd_tag(AVIOContext *pb, MOVMuxContext *mov) static int mov_write_mfhd_tag(AVIOContext *pb, MOVMuxContext *mov)
{ {
int i;
int64_t pos = avio_tell(pb); int64_t pos = avio_tell(pb);
avio_wb32(pb, 0); /* size placeholder*/ avio_wb32(pb, 0); /* size placeholder*/
ffio_wfourcc(pb, "mfhd"); ffio_wfourcc(pb, "mfhd");
...@@ -2600,7 +2599,6 @@ static int update_first_fragment(AVFormatContext *s) ...@@ -2600,7 +2599,6 @@ static int update_first_fragment(AVFormatContext *s)
{ {
MOVMuxContext *mov = s->priv_data; MOVMuxContext *mov = s->priv_data;
AVIOContext *pb = s->pb; AVIOContext *pb = s->pb;
int res = 0;
int i; int i;
int64_t moov_pos = avio_tell(pb); int64_t moov_pos = avio_tell(pb);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment