diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-04-14 18:24:51 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-05-03 15:45:10 +0200 |
commit | 0f40c9098498ad90dbbd2380eb4269015e84bde4 (patch) | |
tree | 3f798539ff430ac9a124f77cc3626d93cb516164 /libavformat/mux.c | |
parent | 74d98d1b0e0e7af444c933ea3c472494de3ce6f2 (diff) | |
download | ffmpeg-0f40c9098498ad90dbbd2380eb4269015e84bde4.tar.gz |
Drop pointless assert.h #includes
Diffstat (limited to 'libavformat/mux.c')
-rw-r--r-- | libavformat/mux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mux.c b/libavformat/mux.c index 76662ee033..c967ad6b96 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -29,7 +29,6 @@ #include "libavutil/pixdesc.h" #include "metadata.h" #include "id3v2.h" -#include "libavutil/avassert.h" #include "libavutil/avstring.h" #include "libavutil/internal.h" #include "libavutil/mathematics.h" |