mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-19 05:49:09 +02:00
avformat/matroskaenc: Fix outdated comment
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
e689a1171d
commit
745966ab81
@ -2732,8 +2732,8 @@ static int mkv_check_new_extra_data(AVFormatContext *s, const AVPacket *pkt)
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
// FIXME: Remove the following once libaom starts propagating extradata during init()
|
||||
// See https://bugs.chromium.org/p/aomedia/issues/detail?id=2012
|
||||
// FIXME: Remove the following once libaom starts propagating proper extradata during init()
|
||||
// See https://bugs.chromium.org/p/aomedia/issues/detail?id=2208
|
||||
case AV_CODEC_ID_AV1:
|
||||
if (side_data_size && mkv->track.bc && !par->extradata_size) {
|
||||
// If the reserved space doesn't suffice, only write
|
||||
|
Loading…
x
Reference in New Issue
Block a user