summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-04-14 18:24:51 +0200
committerDiego Biurrun <diego@biurrun.de>2016-05-03 15:45:10 +0200
commit0f40c9098498ad90dbbd2380eb4269015e84bde4 (patch)
tree3f798539ff430ac9a124f77cc3626d93cb516164 /libavformat/movenc.c
parent74d98d1b0e0e7af444c933ea3c472494de3ce6f2 (diff)
Drop pointless assert.h #includes
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 b792a3b58e..84a57c180e 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -44,9 +44,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" },