summaryrefslogtreecommitdiffstats
path: root/libavcodec/h2645_parse.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-23 16:48:41 +0100
committerClément Bœsch <u@pkh.me>2017-03-23 16:48:41 +0100
commit038e6aef7a54577a3bba6666cff21f5f4e3b2d0b (patch)
treeaa6c995c63df15efca280358172a77326700d886 /libavcodec/h2645_parse.c
parent590fb5291ad434889b445e8b8d949daed97db5dd (diff)
parent4abe3b049d987420eb891f74a35af2cebbf52144 (diff)
downloadffmpeg-streaming-038e6aef7a54577a3bba6666cff21f5f4e3b2d0b.zip
ffmpeg-streaming-038e6aef7a54577a3bba6666cff21f5f4e3b2d0b.tar.gz
Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'
* commit '4abe3b049d987420eb891f74a35af2cebbf52144': hevc: rename hevc.[ch] to hevcdec.[ch] Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/h2645_parse.c')
-rw-r--r--libavcodec/h2645_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h2645_parse.c b/libavcodec/h2645_parse.c
index c3961a5..c14c415 100644
--- a/libavcodec/h2645_parse.c
+++ b/libavcodec/h2645_parse.c
@@ -26,7 +26,7 @@
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
-#include "hevc.h"
+#include "hevcdec.h"
#include "h2645_parse.h"
int ff_h2645_extract_rbsp(const uint8_t *src, int length,
OpenPOWER on IntegriCloud