swscale compile time width (VOF/VOFW) should be higher
Bug #443264 reported by
Quikee
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ffmpeg (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Binary package hint: ffmpeg
In mencoder and gstreamer using ffvideoscale report:
...
swScaler: Compile-time maximum width is 2048 change VOF/VOFW and recompile
...
It would be nice if the maximum width could be set at least to 4096.
The use-case where this is needed is scaling a series of large jpeg images to construct a video.
Thanx
summary: |
- swscale compile time width restriction should be higher + swscale compile time width (VOF/VOFW) should be higher |
To post a comment you must log in.
Indeed, upstream has committed the attached patch. It probably makes sense to apply it to our branch then.
I still wonder if this change affects the ABI, though...