summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_parse.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-04-02 00:16:02 -0300
committerJames Almer <jamrial@gmail.com>2017-04-09 13:46:35 -0300
commitf1533979a22834c29f71107a8460fb936782b5fe (patch)
tree9053ad20062d9817587711ca54e9e8b00a2f4a8f /libavcodec/hevc_parse.h
parent159ab4625bd3641e79b564335be8069dca881978 (diff)
downloadffmpeg-f1533979a22834c29f71107a8460fb936782b5fe.tar.gz
avcodec/hevc_parse: allow setting apply_defdispwin when decoding SPS NAL units
Reviewed-by: nevcairiel Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/hevc_parse.h')
-rw-r--r--libavcodec/hevc_parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/hevc_parse.h b/libavcodec/hevc_parse.h
index 39bd23e6ea..8aa46a290a 100644
--- a/libavcodec/hevc_parse.h
+++ b/libavcodec/hevc_parse.h
@@ -27,7 +27,7 @@
#include "hevcdec.h"
int ff_hevc_decode_extradata(const uint8_t *data, int size, HEVCParamSets *ps,
- int *is_nalff, int *nal_length_size,
- int err_recognition, void *logctx);
+ int *is_nalff, int *nal_length_size, int err_recognition,
+ int apply_defdispwin, void *logctx);
#endif /* AVCODEC_HEVC_PARSE_H */