1
0
Fork 0

matroskadec_haali: remove av1 extradata offset

This commit is contained in:
Hendrik Leppkes 2022-01-04 13:10:19 +01:00
parent a5ba2910a8
commit 70e9d696dc
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5
1 changed files with 0 additions and 2 deletions

View File

@ -1024,8 +1024,6 @@ static int mkv_generate_extradata(AVFormatContext *s, TrackInfo *info, enum AVCo
avio_wl32(&b.pub, av_rescale(s->duration, info->AV.Audio.OutputSamplingFreq, AV_TIME_BASE));
} else if (codec_id == AV_CODEC_ID_WAVPACK) {
return 0;
} else if (codec_id == AV_CODEC_ID_AV1) {
extradata_offset = 4;
}
if (*extradata_ptr)