Signed-off-by: Marth64 <[email protected]>
---
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
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".