]> git.sesse.net Git - ffmpeg/commit
avcodec/jpeglsenc: Don't use put bits API for byte-aligned writes
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 3 Sep 2020 10:42:09 +0000 (12:42 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 8 Mar 2021 02:33:05 +0000 (03:33 +0100)
commit130d89d786d29148deb846de48b16e11a894e8a7
tree3f53aef083c46f3a262132df527590c3505ca454
parent3065532a0ecf5f6908562d863776d7bacbdbdfc3
avcodec/jpeglsenc: Don't use put bits API for byte-aligned writes

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/jpeglsenc.c