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:
authorMichael Niedermayer <michael@niedermayer.cc>2017-02-15 19:34:52 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-02-28 18:32:50 +0300
commitd7b2bb5391bf55e8f9421bff7feb4c1fddfac4bf (patch)
tree2b9c3aafaab1eacac14fa98759ba5c89178d060f /libavcodec/h264_sei.h
parent21cca00dfeaec08ca93cf94ed33f4311cf1d8c84 (diff)
h264_sei: Check actual presence of picture timing SEI message
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavcodec/h264_sei.h')
-rw-r--r--libavcodec/h264_sei.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_sei.h b/libavcodec/h264_sei.h
index 58f5ecc5a9..8815aa3899 100644
--- a/libavcodec/h264_sei.h
+++ b/libavcodec/h264_sei.h
@@ -50,6 +50,7 @@ typedef enum {
} SEI_PicStructType;
typedef struct H264SEIPictureTiming {
+ int present;
SEI_PicStructType pic_struct;
/**