Re: [FFmpeg-devel] [PATCH] lavf/matroskaenc: fix crash on empty H.264 packets

2015-06-24 Thread Michael Niedermayer
On Wed, Jun 24, 2015 at 04:21:15AM -0500, Rodger Combs wrote: > Fixes: > ffmpeg -i > https://dl.dropboxusercontent.com/u/105828/sample%20crash%20file.mkv \ > -bsf:v h264_mp4toannexb -c copy -y -f matroska /dev/null > > Not 100% sure if this is the best place to do this. fixed differently Thank

[FFmpeg-devel] [PATCH] lavf/matroskaenc: fix crash on empty H.264 packets

2015-06-24 Thread Rodger Combs
Fixes: ffmpeg -i https://dl.dropboxusercontent.com/u/105828/sample%20crash%20file.mkv \ -bsf:v h264_mp4toannexb -c copy -y -f matroska /dev/null Not 100% sure if this is the best place to do this. --- libavformat/matroskaenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/