ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | 
Tue Jun 21 04:15:20 2022 +0200| [745966ab81a46c492288a9b00bd92a9444162f53] | 
committer: Andreas Rheinhardt

avformat/matroskaenc: Fix outdated comment

Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=745966ab81a46c492288a9b00bd92a9444162f53
---

 libavformat/matroskaenc.c | 4 ++--
 1 file 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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to