[FFmpeg-devel] [PATCH 6/6] avformat/matroskaenc: Fix outdated comment

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Tue Jun 21 05:34:18 EEST 2022


Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavformat/matroskaenc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index b240ca0a06..acb50017b6 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
-- 
2.34.1



More information about the ffmpeg-devel mailing list