summaryrefslogtreecommitdiff
path: root/libavcodec/h264dec.c
diff options
context:
space:
mode:
authorRafaël Carré <funman@videolan.org>2017-07-06 13:04:03 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2017-07-07 03:48:56 +0200
commit3b9cf943c97f95368db92a8983a888b441925f18 (patch)
tree5546b172e7a70d50575142c1288858a2d80de5fe /libavcodec/h264dec.c
parentfde9013ab42411ee2015811c28e8921828a81702 (diff)
h264dec: remove unneeded prototype
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/h264dec.c')
-rw-r--r--libavcodec/h264dec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c
index c7abd9d45d..49ebeca6d8 100644
--- a/libavcodec/h264dec.c
+++ b/libavcodec/h264dec.c
@@ -55,8 +55,6 @@
#include "thread.h"
#include "vdpau_compat.h"
-static int h264_decode_end(AVCodecContext *avctx);
-
const uint16_t ff_h264_mb_sizes[4] = { 256, 384, 512, 768 };
int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx)