Browse Source

movenc: Remove a dead initialization

tags/n0.11
Alex Converse 14 years ago
parent
commit
73b7437f1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/movenc.c

+ 1
- 1
libavformat/movenc.c View File

@@ -901,7 +901,7 @@ static const AVCodecTag codec_3gp_tags[] = {

static int mov_find_codec_tag(AVFormatContext *s, MOVTrack *track)
{
int tag = track->enc->codec_tag;
int tag;

if (track->mode == MODE_MP4 || track->mode == MODE_PSP)
tag = mp4_get_codec_tag(s, track);


Loading…
Cancel
Save