The proper check is already in mov_write_header.
---
libavformat/movenc.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 5777443..ce65614 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -2816,9 +2816,6 @@ static int mov_write_packet_internal(AVFormatContext *s,
AVPacket *pkt)
uint8_t *reformatted_data = NULL;
int64_t frag_duration = 0;
- if (!s->pb->seekable && !(mov->flags & FF_MOV_FLAG_EMPTY_MOOV))
- return 0; /* Can't handle that */
-
if (!size) return 0; /* Discard 0 sized packets */
if (trk->entry)
--
1.7.8.rc1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel