bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
739 stars 175 forks source link

Append line separator '\n' to output message because original ffmpeg … #69

Open wangzhengbo opened 5 years ago

wangzhengbo commented 5 years ago

So i can parse audio/video encoders/decoders from 'ffmpeg -formats' command's output by split line with '\n'.

Brianvdb commented 5 years ago

This might break current implementations. I suggest that this will be implemented in a future major release.