| Summary: | Greenish video when video size smaller than texture | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Unga <unga888> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | FreeBSD | ||
| Attachments: |
Its a sample video player.
Faster decoding example Quick diff between the test programs |
||
|
Description
Unga
2011-10-18 19:48:19 UTC
Fixed, thanks! http://hg.libsdl.org/SDL/rev/b052a5882a47 Created attachment 751 [details]
Faster decoding example
I updated the test program to work with the latest version of ffmpeg and moved the scaling to the video driver where it can be done in hardware.
Created attachment 752 [details]
Quick diff between the test programs
|