mirror of https://github.com/FFmpeg/FFmpeg.git
Currently we have an assert() that prevents the frame from being too large, but it is more user-friendly to give an error message instead of aborting on assert(). This condition is quite unlikely due to the minimum bit rate check in encode_init(), but it is still worth having.pull/3/merge
parent
dfc4fdedf8
commit
5d652e063b
1 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue