]> git.sesse.net Git - ffmpeg/commit
libavcodec/j2kenc: Allow Encoder to use SOP and EPH markers
authorGautam Ramakrishnan <gautamramk@gmail.com>
Tue, 4 Aug 2020 12:58:02 +0000 (18:28 +0530)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 5 Aug 2020 22:38:09 +0000 (00:38 +0200)
commit5508e7bf8a2aa49fc75813e00f021843637fdf04
tree45f2b015ce1b00b341d78a345d686a0fcfb28713
parent1fbfa42432b1348944829a51997f1a0d8f11c6bc
libavcodec/j2kenc: Allow Encoder to use SOP and EPH markers

This patch allows the encoder to use SOP and EPH
markers. This would be useful as these markers
provide better error detection mechanisms.

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