Browse Source

movenc: remove unused variables

Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.10
Jean First Michael Niedermayer 14 years ago
parent
commit
8aed73c355
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/movenc.c

+ 0
- 2
libavformat/movenc.c View File

@@ -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);


Loading…
Cancel
Save