]> git.sesse.net Git - ffmpeg/commit
avcodec/cfhd: check if band encoding is valid
authorPaul B Mahol <onemda@gmail.com>
Sun, 9 Aug 2020 09:00:07 +0000 (11:00 +0200)
committerPaul B Mahol <onemda@gmail.com>
Sun, 9 Aug 2020 16:47:28 +0000 (18:47 +0200)
commit8c7ea0c3449a3540302c58bffdbcb428ea32eb1d
tree348f9cffe62084a8ea55ead023e9236c6b5bb227
parent9ce787d61eefffb3fd3e00d399c212267c5b1c75
avcodec/cfhd: check if band encoding is valid

Also simplify lossless check as value of 5 for band encoding
always specify lossless mode.
libavcodec/cfhd.c