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 01:45:01 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2017-02-15 02:19:50 +0300
commit6a37abc59af4d87d4c55f7d812ac62d4d6a7464b (patch)
tree765f0197449375f36b353d91b1a8af19eca5df88 /libavcodec/h264_sei.h
parent5fe2b437023f46394dfd4a4c991aa4a3ac3d8e72 (diff)
avcodec/h264_sei: Check actual presence of SEI picture timing instead of implying it
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 91977952ca..da3b391860 100644
--- a/libavcodec/h264_sei.h
+++ b/libavcodec/h264_sei.h
@@ -64,6 +64,7 @@ typedef enum {
} SEI_FpaType;
typedef struct H264SEIPictureTiming {
+ int present;
SEI_PicStructType pic_struct;
/**