[FFmpeg-devel] [PATCH 08/14] avformat/dash: Remove superfluous headers

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


They have simply been copied when dashenc.c was split up in 837580f4.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
 libavformat/dash.c | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/libavformat/dash.c b/libavformat/dash.c
index d2501f013a..168cd3c548 100644
--- a/libavformat/dash.c
+++ b/libavformat/dash.c
@@ -19,26 +19,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "config.h"
-#if HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
-#include "libavutil/avassert.h"
 #include "libavutil/avstring.h"
-#include "libavutil/intreadwrite.h"
-#include "libavutil/mathematics.h"
-#include "libavutil/opt.h"
-#include "libavutil/rational.h"
-#include "libavutil/time_internal.h"
 
-#include "avc.h"
 #include "avformat.h"
-#include "avio_internal.h"
-#include "internal.h"
-#include "isom.h"
-#include "os_support.h"
-#include "url.h"
 #include "dash.h"
 
 static DASHTmplId dash_read_tmpl_id(const char *identifier, char *format_tag,
-- 
2.20.1



More information about the ffmpeg-devel mailing list