aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorgcocherel <gildas.cocherel@laposte.net>2014-04-29 11:29:16 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-29 22:43:25 +0200
commit2eddf3a6efd80aa6e9d7f42ad9a892a82c5ece70 (patch)
tree9c686e413206da2dd2bb45cccdcd78d50acf0caf /libavcodec/hevc.h
parent978c193d47c08edad5aa1931a89622c3a0a5c601 (diff)
downloadffmpeg-2eddf3a6efd80aa6e9d7f42ad9a892a82c5ece70.tar.gz
avcodec/hevc: fix no output of prior pics and pic output flags(cherry picked from commit e99b96dff1d76d74cb5633aa9702828d863050e2)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 0512721e34..4e85742fa2 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -793,6 +793,7 @@ typedef struct HEVCContext {
int pocTid0;
int slice_idx; ///< number of the slice being currently decoded
int eos; ///< current packet contains an EOS/EOB NAL
+ int last_eos; ///< last packet contains an EOS/EOB NAL
int max_ra;
int bs_width;
int bs_height;