Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'

* commit '4abe3b049d987420eb891f74a35af2cebbf52144':
  hevc: rename hevc.[ch] to hevcdec.[ch]

Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
Clément Bœsch
2017-03-23 16:48:41 +01:00
25 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#include "bytestream.h"
#include "h2645_parse.h"
#include "hevc.h"
#include "hevcdec.h"
#include "hevc_parse.h"
static int hevc_decode_nal_units(const uint8_t *buf, int buf_size, HEVCParamSets *ps,