50ed6e3c added several asserts and the relevant header to concatdec.c; 14e09244 removed these asserts, but forgot to remove the header.
Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavformat/concatdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/concatdec.c b/libavformat/concatdec.c index b80294efbf..3d5f149e69 100644 --- a/libavformat/concatdec.c +++ b/libavformat/concatdec.c @@ -18,7 +18,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavutil/avassert.h" #include "libavutil/avstring.h" #include "libavutil/bprint.h" #include "libavutil/intreadwrite.h" -- 2.20.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
