summaryrefslogtreecommitdiff
path: root/libavcodec/eac3dec.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-03-30 16:56:28 +0200
committerDiego Biurrun <diego@biurrun.de>2017-04-12 15:39:00 +0200
commit50a1c66cf6ab7eb683daaa9e2da3869fa3a54609 (patch)
tree4c967343ff0b2f0e6d61eb22b8782138c937bf8f /libavcodec/eac3dec.c
parent193b09189004ede4a6998e69192d1a9f63602088 (diff)
downloadffmpeg-50a1c66cf6ab7eb683daaa9e2da3869fa3a54609.tar.gz
ac3_parser: add a public function for parsing the data required by the demuxer
Make the current semi-public avpriv_ac3_parse_header() private to lavc. Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/eac3dec.c')
-rw-r--r--libavcodec/eac3dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/eac3dec.c b/libavcodec/eac3dec.c
index fe52d27123..89db7d38bc 100644
--- a/libavcodec/eac3dec.c
+++ b/libavcodec/eac3dec.c
@@ -48,7 +48,6 @@
#include "internal.h"
#include "aac_ac3_parser.h"
#include "ac3.h"
-#include "ac3_parser.h"
#include "ac3dec.h"
#include "ac3dec_data.h"
#include "eac3_data.h"