summaryrefslogtreecommitdiff
path: root/libavcodec/evc_ps.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-07-17 02:56:57 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-07-24 10:37:07 +0200
commit6e5e74c55bb71e17dcfc7519c6badf3334644f48 (patch)
tree7da74033c80efb702a90ceb6420758f76b388a7f /libavcodec/evc_ps.c
parent3fe98db7bbe7132a5d0893597ed5d68923902965 (diff)
avcodec/evc*: Improve included headers
In particular, don't include avcodec.h in evc_frame_merge_bsf.c. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/evc_ps.c')
-rw-r--r--libavcodec/evc_ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/evc_ps.c b/libavcodec/evc_ps.c
index fc2105b352..04ee6a45e6 100644
--- a/libavcodec/evc_ps.c
+++ b/libavcodec/evc_ps.c
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "get_bits.h"
#include "golomb.h"
-#include "parser.h"
#include "evc.h"
#include "evc_ps.h"