]> git.sesse.net Git - ffmpeg/commit
libavcodec/j2kenc: Support for all Progression orders
authorGautam Ramakrishnan <gautamramk@gmail.com>
Thu, 6 Aug 2020 17:39:32 +0000 (23:09 +0530)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 9 Aug 2020 12:58:24 +0000 (14:58 +0200)
commit9ce787d61eefffb3fd3e00d399c212267c5b1c75
tree5cf3644289097ee469a257d0fe5bfca664c3c702
parent14b84a2e997945467e445b1d246ee03a0c3ba806
libavcodec/j2kenc: Support for all Progression orders

This patch allows for selecting the progression order
in the j2k encoder. However, all components and resolution
levels will use the same progression order and will not
feature the use of progression order change markers.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/j2kenc.c