Commit 9f8dc586 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/chomp_bsf: Remove unnecessary header

This bsf never needed internal.h.
Reviewed-by: 's avatarAnton Khirnov <anton@khirnov.net>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent cc489e43
......@@ -21,7 +21,6 @@
#include "avcodec.h"
#include "bsf.h"
#include "internal.h"
static int chomp_filter(AVBSFContext *ctx, AVPacket *pkt)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment