diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-01-30 11:19:39 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-01-31 08:57:06 +0000 |
commit | ca8617a04d32bec50b24c243ef95d2b6e0d7fcdd (patch) | |
tree | 4ff57d04dbe039f921e04d4f438c54c4001b9b01 /libavformat | |
parent | 43630c82f1b0a774ba33b07e7723791520828f1d (diff) | |
download | ffmpeg-ca8617a04d32bec50b24c243ef95d2b6e0d7fcdd.tar.gz |
avformat/mpeg: remove unneeded #include, there are no assert() only av_assert*
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mpeg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index f98d850272..a0b5738790 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -28,8 +28,6 @@ # include "libavutil/bprint.h" #endif -#undef NDEBUG -#include <assert.h> #include "libavutil/avassert.h" /*********************************************/ |