summaryrefslogtreecommitdiff
path: root/libavcodec/truehd_core_bsf.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-05-04 15:15:50 -0300
committerJames Almer <jamrial@gmail.com>2019-05-07 17:30:19 -0300
commit109b0d7c0f29462b6937df47e64a06f65b69bfbf (patch)
tree305e24339cf2e73c7410266cc572d1ba896729ad /libavcodec/truehd_core_bsf.c
parenta0328f05dc02e61e8173f981cd578d0a36d7c0fc (diff)
avcodec/mlp_parser: split off shared code to its own file
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/truehd_core_bsf.c')
-rw-r--r--libavcodec/truehd_core_bsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/truehd_core_bsf.c b/libavcodec/truehd_core_bsf.c
index 309e6624ac..9e3ee07eed 100644
--- a/libavcodec/truehd_core_bsf.c
+++ b/libavcodec/truehd_core_bsf.c
@@ -21,7 +21,7 @@
#include "avcodec.h"
#include "bsf.h"
#include "get_bits.h"
-#include "mlp_parser.h"
+#include "mlp_parse.h"
#include "mlp.h"
typedef struct AccessUnit {