You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
movenc: Remove a dead initialization
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user