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
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/