summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-01-30 11:26:25 +0000
committerPaul B Mahol <onemda@gmail.com>2015-01-31 08:57:07 +0000
commitf705b1287bbdc312a3d69cae38ee1e8b00ab5618 (patch)
treea4c6c784824fd8b6b5376924176ff2ec7326d5ef /libavformat/movenc.c
parentcc1357a173133e4ef81d9536d4475af93c9a15bd (diff)
avformat/movenc: remove unneeded #include, there are no assert() only av_assert*
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r--libavformat/movenc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index d7ae5f0e90..3af3a17bab 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -48,9 +48,6 @@
#include "rtpenc.h"
#include "mov_chan.h"
-#undef NDEBUG
-#include <assert.h>
-
static const AVOption options[] = {
{ "movflags", "MOV muxer flags", offsetof(MOVMuxContext, flags), AV_OPT_TYPE_FLAGS, {.i64 = 0}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
{ "rtphint", "Add RTP hint tracks", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_RTP_HINT}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },