[FFmpeg-devel] [PATCH v2 01/11] avformat/avformat: add AV_DISPOSITION_CAPTIONS_EIA608 to represent video streams with CC
Marth64
marth64 at proxyid.net
Thu Nov 28 03:15:04 EET 2024
Signed-off-by: Marth64 <marth64 at proxyid.net>
---
libavformat/avformat.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index cedfd82170..9a3fb2b585 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -718,6 +718,10 @@ typedef struct AVIndexEntry {
* Annex G/H, or HEVC Annex F).
*/
#define AV_DISPOSITION_MULTILAYER (1 << 21)
+/**
+ * The video stream contains embedded EIA-608/CEA-708 Closed Captions.
+ */
+#define AV_DISPOSITION_CAPTIONS_EIA608 (1 << 22)
/**
* @return The AV_DISPOSITION_* flag corresponding to disp or a negative error
--
2.34.1
More information about the ffmpeg-devel
mailing list