mirror of https://github.com/FFmpeg/FFmpeg.git
Fixes a validation issue. The issue is that the function gets called before we've sumitted a frame for decoding to that context. However, we cannot run queries before they've been reset, which happens at submission time. As we'd need to otherwise run a command queue at init-time, just check if submissions have happened.pull/390/head
parent
1ad7bd0fe5
commit
1a8e766984
2 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue