summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-02 11:59:02 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-02 14:10:21 +0100
commitb23692b3a8e0ada389d28e28a78a58ac1e15af0e (patch)
tree4de38d5ffb0fca6a1121de6993ca4495622c896c /libavcodec/hevc.h
parent1a6948fa708d7f0a950f9caa0256e2d73740e924 (diff)
libavcodec/hevc: reduce whitespace differences to 064698d381e1e7790f21b0199a8930ea04e2e942
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index a1fa85586c..b8200b8a1d 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -33,7 +33,6 @@
#include "hevcpred.h"
#include "hevcdsp.h"
#include "internal.h"
-
#include "thread.h"
#include "videodsp.h"
@@ -780,6 +779,7 @@ typedef struct HEVCContext {
AVFrame *sao_frame;
AVFrame *tmp_frame;
AVFrame *output_frame;
+
HEVCVPS *vps;
const HEVCSPS *sps;
HEVCPPS *pps;
@@ -952,6 +952,7 @@ int ff_hevc_transform_skip_flag_decode(HEVCContext *s, int c_idx);
* Get the number of candidate references for the current frame.
*/
int ff_hevc_frame_nb_refs(HEVCContext *s);
+
int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc);
/**