Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-02-13 05:26:04 +0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-02-14 08:08:47 +0400
commit304e916a92bc17385a485bec2f957e192257ddb6 (patch)
tree94816ee1652fddba63eb33c55bad1151fc2a262a /libavcodec/h264.h
parent15210354cf27cf4e24d91f84d66cf471511ce718 (diff)
h264_sei: name buffering period type consistently
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 21b7996519..f29bc6a20d 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -120,7 +120,7 @@ enum {
* SEI message types
*/
typedef enum {
- SEI_BUFFERING_PERIOD = 0, ///< buffering period (H.264, D.1.1)
+ SEI_TYPE_BUFFERING_PERIOD = 0, ///< buffering period (H.264, D.1.1)
SEI_TYPE_PIC_TIMING = 1, ///< picture timing
SEI_TYPE_USER_DATA_UNREGISTERED = 5, ///< unregistered user data
SEI_TYPE_RECOVERY_POINT = 6, ///< recovery point (frame # to decoder sync)