Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lavc/videotoolbox: allow software fallback for all codecs
Apple disabled hardware decoding for some h264 files with certain condition and now ffmpeg will error out for such inputs because the software fallback is disabled. Allow software fallback for all codecs instead of only for HEVC to workaround this as the error handling outside ffmpeg would be harder. Allowing software fallback has no measurable performance impact when the hardware decoder is not overloaded.
- Loading branch information