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:
authorKieran Kunhya <kieran@kunhya.com>2015-06-26 23:55:06 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-06-27 00:11:17 +0300
commit22291c372fa703242e8429bed61700ba81258f19 (patch)
treede9ee9e07cde6b602d5515bb5c23a983f867cdd4 /libavcodec/h264.h
parentb75c0a72ed3bb5fab0a0b66ede94f6de887db585 (diff)
avcodec: Add support for per-frame AFD output in h264
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 548510d793..7565e031d5 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -781,6 +781,9 @@ typedef struct H264Context {
int missing_fields;
+ uint8_t afd;
+ int has_afd;
+
// Timestamp stuff
int sei_buffering_period_present; ///< Buffering period SEI flag