mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 19:55:08 +00:00
movenc: remove redundant check
The proper check is already in mov_write_header. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
9676d8eb67
commit
18b59956e0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user