This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit ac4fc01d6f35df85ab6138387a2d1be060c349dd Author: Tau Gärtli <[email protected]> AuthorDate: Thu Apr 30 20:44:20 2026 +0200 Commit: Tau Gärtli <[email protected]> CommitDate: Sat May 23 16:07:21 2026 +0200 libavformat: Add generic `disc_subtitle` tag --- libavformat/avformat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 8c696070e4..0c5df18066 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -386,6 +386,7 @@ struct AVFrame; creation_time-- date when the file was created, preferably in ISO 8601. date -- date when the work was created, preferably in ISO 8601. disc -- number of a subset, e.g. disc in a multi-disc collection. + disc_subtitle-- title of a subset, e.g. disc subtitle in a multi-disc collection. encoder -- name/settings of the software/hardware that produced the file. encoded_by -- person/group who created the file. filename -- original name of the file. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
