]> git.sesse.net Git - ffmpeg/commit
avformat/movenc: Check packet in mov_write_single_packet() too
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 15 Sep 2016 21:52:54 +0000 (23:52 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 16 Sep 2016 09:43:56 +0000 (11:43 +0200)
commit28343139330f557e00293933a4697c7d0fc19c56
treea21638e28848cf4e6d7a900f9c95c738324273ba
parentdeabcd2c05b2b01689d91394bbf3908da17234ed
avformat/movenc: Check packet in mov_write_single_packet() too

Fixes assertion failure

Found-by: durandal117
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/movenc.c