cmxl / FFmpeg.NET

.NET wrapper for common ffmpeg tasks
MIT License
611 stars 99 forks source link

fix: NRE thrown if ConversionOptions not specified #59

Closed ewfian closed 2 years ago

ewfian commented 3 years ago

if the optional parameter ConversionOptions not specified when GetThumbnailAsync, NullReferenceException will be thrown.