[FFmpeg-cvslog] avcodec/hapdec: Add codec_tags list

Michael Niedermayer git at videolan.org
Wed Jan 22 22:55:54 EET 2020


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Dec 29 21:24:01 2019 +0100| [576bf05aa9e4d1ff682ec2513d3d5635f7ec5fb8] | committer: Michael Niedermayer

avcodec/hapdec: Add codec_tags list

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 libavcodec/hapdec.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/libavcodec/hapdec.c b/libavcodec/hapdec.c
index 8c845770cf..d23ceb5cef 100644
--- a/libavcodec/hapdec.c
+++ b/libavcodec/hapdec.c
@@ -484,4 +484,12 @@ AVCodec ff_hap_decoder = {
                       AV_CODEC_CAP_DR1,
     .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE |
                       FF_CODEC_CAP_INIT_CLEANUP,
+    .codec_tags     = (const uint32_t []){
+        MKTAG('H','a','p','1'),
+        MKTAG('H','a','p','5'),
+        MKTAG('H','a','p','Y'),
+        MKTAG('H','a','p','A'),
+        MKTAG('H','a','p','M'),
+        FF_CODEC_TAGS_END,
+    },
 };



More information about the ffmpeg-cvslog mailing list