diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-21 04:15:20 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-24 18:33:18 +0200 |
commit | 745966ab81a46c492288a9b00bd92a9444162f53 (patch) | |
tree | 2086b3e5e2f5a80489f7abae64b46241d52572ba /libavformat | |
parent | e689a1171d40355fca6519558b4c6b9a050e9b44 (diff) | |
download | ffmpeg-745966ab81a46c492288a9b00bd92a9444162f53.tar.gz |
avformat/matroskaenc: Fix outdated comment
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/matroskaenc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 752e48a409..a63e491b63 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@ -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 |