- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No matching CSC module found #2642
Comments
2020-03-13 14:37:52: stdedos uploaded file
|
Weird, we're using video for a
|
That's very strange, we already had code that prevents using video regions for small areas:
And the default value:
So it should not have been possible to use a video encoding for 2x16, unless you somehow forced it with command line options or environment variables? r25632 will ensure we never bother using video for anything smaller than 16 pixels in width or height, since not all CSC modules can handle very small sizes. It would be interesting to see why we ended up choosing video for such add odd looking window region. Do you know which window triggered it? (r25633 will show the window id in the exception message from now on) |
2020-03-14 18:22:07: stdedos commented
|
2020-03-20 10:07:04: stdedos commented
|
2020-03-23 15:45:26: stdedos uploaded file
|
2020-03-27 12:27:28: stdedos uploaded file
|
2020-04-01 14:20:58: stdedos commented
|
This may cause problems with some applications.
|
2020-05-28 06:01:35: antoine commented
|
Not seen this, closing. Let's re-open if it happens again. |
And I have a reproducer:
The encoder should be using |
Closing again.
Fixed in the commit above. |
Issue migrated from trac ticket # 2642
component: client | priority: minor
2020-03-13 14:37:02: stdedos created the issue
The text was updated successfully, but these errors were encountered: