Module: libav
Branch: master
Commit: 18b59956e0e94017f1b519bb42c7c937b2f9f8a4

Author:    Luca Barbato <lu_z...@gentoo.org>
Committer: Martin Storsjö <mar...@martin.st>
Date:      Wed Apr 11 03:37:13 2012 -0700

movenc: remove redundant check

The proper check is already in mov_write_header.

Signed-off-by: Martin Storsjö <mar...@martin.st>

---

 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)

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to