diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-23 16:48:41 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-23 16:48:41 +0100 |
commit | 038e6aef7a54577a3bba6666cff21f5f4e3b2d0b (patch) | |
tree | aa6c995c63df15efca280358172a77326700d886 /libavcodec/hevc_data.c | |
parent | 590fb5291ad434889b445e8b8d949daed97db5dd (diff) | |
parent | 4abe3b049d987420eb891f74a35af2cebbf52144 (diff) | |
download | ffmpeg-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/hevc_data.c')
-rw-r--r-- | libavcodec/hevc_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevc_data.c b/libavcodec/hevc_data.c index f74f2725c0..0298fadcc8 100644 --- a/libavcodec/hevc_data.c +++ b/libavcodec/hevc_data.c @@ -20,7 +20,7 @@ #include <stdint.h> -#include "hevc.h" +#include "hevcdec.h" const uint8_t ff_hevc_diag_scan4x4_x[16] = { 0, 0, 1, 0, |