Change #264856
| Category | ffmpeg |
| Changed by | Vignesh Venkat <vigneshv@google.com> |
| Changed at | Fri 17 Apr 2026 20:51:25 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 7faa6ee2aa01e3bd747ce6c55e6d44c2ba7b0bb8 |
Comments
libavformat/matroska: Support smpte 2094-50 metadata Add support for parsing and muxing smpte 2094-50 metadata. It will be stored as an ITUT-T35 message in the BlockAdditional element with an AddId type of 4 (which is reserved for ITUT-T35 in the matroska spec). https://www.matroska.org/technical/codec_specs.html#itu-t35-metadata Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com>
Changed files
- doc/APIchanges
- libavcodec/decode.c
- libavcodec/packet.c
- libavcodec/packet.h
- libavcodec/version.h
- libavformat/matroskadec.c
- libavformat/matroskaenc.c