X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Favcodec.h;h=dd7c4b4ce5e0b11fcbccbde25b42d2cc33a92647;hb=b25d6290c67e193b91becab12e6c88df134cee81;hp=b5bbc591ac6eebc205ea14a97f3109b1dc247eac;hpb=9cf1376aadcdd8952c4ba7af0bf8634ddf99da0d;p=ffmpeg diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index b5bbc591ac6..dd7c4b4ce5e 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1599,6 +1599,13 @@ enum AVPacketSideDataType { */ AV_PKT_DATA_CONTENT_LIGHT_LEVEL, + /** + * ATSC A53 Part 4 Closed Captions. This metadata should be associated with + * a video stream. A53 CC bitstream is stored as uint8_t in AVPacketSideData.data. + * The number of bytes of CC data is AVPacketSideData.size. + */ + AV_PKT_DATA_A53_CC, + /** * The number of side data elements (in fact a bit more than it). * This is not part of the public API/ABI in the sense that it may