diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-02 11:59:02 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-02 14:10:21 +0100 |
commit | b23692b3a8e0ada389d28e28a78a58ac1e15af0e (patch) | |
tree | 4de38d5ffb0fca6a1121de6993ca4495622c896c /libavcodec/hevc.h | |
parent | 1a6948fa708d7f0a950f9caa0256e2d73740e924 (diff) | |
download | ffmpeg-b23692b3a8e0ada389d28e28a78a58ac1e15af0e.tar.gz |
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.h | 3 |
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); /** |