summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2012-10-14 19:17:22 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-21 18:22:50 +0200
commitd6e95669496a89d186f923c34bcaf7d86b7cd59c (patch)
tree534e0341bce3186476a3d9985e7fb42fcbd608b1 /libavcodec/h264.h
parent40ceb6d49f19a8c1795b3f453cd7c0b7e540dd81 (diff)
downloadffmpeg-streaming-d6e95669496a89d186f923c34bcaf7d86b7cd59c.zip
ffmpeg-streaming-d6e95669496a89d186f923c34bcaf7d86b7cd59c.tar.gz
h264: add support for AFD detection
Signed-off-by: Marton Balint <cus@passwd.hu> Reviewed-by: Kieran Kunhya <kierank@ob-encoder.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 4d07a8a..298f983 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -130,6 +130,7 @@ enum {
typedef enum {
SEI_BUFFERING_PERIOD = 0, ///< buffering period (H.264, D.1.1)
SEI_TYPE_PIC_TIMING = 1, ///< picture timing
+ SEI_TYPE_USER_DATA_ITU_T_T35 = 4, ///< user data registered by ITU-T Recommendation T.35
SEI_TYPE_USER_DATA_UNREGISTERED = 5, ///< unregistered user data
SEI_TYPE_RECOVERY_POINT = 6 ///< recovery point (frame # to decoder sync)
} SEI_Type;
OpenPOWER on IntegriCloud