Commit 2ea585b8 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'e87a501e'

* commit 'e87a501e':
  swscale: Update bitdepth range check

This commit is a noop.

Up to 14 bits is supported since fa36f334. This commits pushes the
limit to 15 bits but we don't seem to have pixel formats that enters in
that category.

12:03 <ubitux> so what's your opinion? should we move to 15 even if unused currently to make it consistent with libav and the function names, or keep our 14 suggesting there might be an issue with 15?
12:05 <ubitux> (functions are called hScale8To15_c, hScale16To15_c, ff_hscale8to15, ...)
12:06 <michaelni> I prefer to keep 14 until theres a case that allows us to test this and i suspect it will not work with 15 at least not all the code
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents b4da4307 e87a501e
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment