[FFmpeg-devel] [PATCH 07/14] avformat/concatdec: Remove superfluous headers

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Fri Oct 25 21:07:39 EEST 2019


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 <andreas.rheinhardt at gmail.com>
---
 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



More information about the ffmpeg-devel mailing list