[FFmpeg-cvslog] avformat/nut: Add GBR(A)PF16/32LE/BE

Michael Niedermayer git at videolan.org
Fri Mar 28 17:59:25 EET 2025


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Mar 24 15:51:33 2025 +0100| [5bf6d9c3e315f83fc17bd54481eb9698f0962f7e] | committer: Michael Niedermayer

avformat/nut: Add GBR(A)PF16/32LE/BE

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

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

 libavformat/nut.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/libavformat/nut.c b/libavformat/nut.c
index 9692336ece..f317435813 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -178,6 +178,10 @@ const AVCodecTag ff_nut_video_tags[] = {
     { AV_CODEC_ID_RAWVIDEO,         MKTAG(14,    0, '3', 'G') },
     { AV_CODEC_ID_RAWVIDEO,         MKTAG('G', '3',   0,  16) },
     { AV_CODEC_ID_RAWVIDEO,         MKTAG(16,    0, '3', 'G') },
+    { AV_CODEC_ID_RAWVIDEO,         MKTAG('G', '3',   0,  17) },
+    { AV_CODEC_ID_RAWVIDEO,         MKTAG(17 ,  0 , '3', 'G') },
+    { AV_CODEC_ID_RAWVIDEO,         MKTAG('G', '3',   0,  33) },
+    { AV_CODEC_ID_RAWVIDEO,         MKTAG(33 ,  0 , '3', 'G') },
 
     { AV_CODEC_ID_RAWVIDEO,         MKTAG('G', '4',   0,   8) },
 
@@ -189,6 +193,10 @@ const AVCodecTag ff_nut_video_tags[] = {
     { AV_CODEC_ID_RAWVIDEO,         MKTAG(14 , 00 , '4', 'G') },
     { AV_CODEC_ID_RAWVIDEO,         MKTAG('G', '4', 00 , 16 ) },
     { AV_CODEC_ID_RAWVIDEO,         MKTAG(16 , 00 , '4', 'G') },
+    { AV_CODEC_ID_RAWVIDEO,         MKTAG('G', '4',   0,  17) },
+    { AV_CODEC_ID_RAWVIDEO,         MKTAG(17 ,  0 , '4', 'G') },
+    { AV_CODEC_ID_RAWVIDEO,         MKTAG('G', '4',   0,  33) },
+    { AV_CODEC_ID_RAWVIDEO,         MKTAG(33 ,  0 , '4', 'G') },
 
     { AV_CODEC_ID_RAWVIDEO,         MKTAG('X', 'Y', 'Z' , 36 ) },
     { AV_CODEC_ID_RAWVIDEO,         MKTAG(36 , 'Z' , 'Y', 'X') },



More information about the ffmpeg-cvslog mailing list