]> git.sesse.net Git - ffmpeg/commit
libavcodec/zmbvenc: add support for 24-bit encoding, using pix_fmt BGR24.
authorMatthew Fearnley <matthew.w.fearnley@gmail.com>
Tue, 26 Mar 2019 22:13:06 +0000 (22:13 +0000)
committerTomas Härdin <tjoppen@acc.umu.se>
Tue, 2 Apr 2019 15:14:42 +0000 (17:14 +0200)
commitb97a7dd03185898db0b5bf1a144a6848fb3010b3
tree4790e987969298dd78d8eb5f0aac9e05d2eba11a
parent1046e880884bb5f0da4fb7d50028ff599550245c
libavcodec/zmbvenc: add support for 24-bit encoding, using pix_fmt BGR24.

Support is #ifdef'd out at this stage, using ZMBV_ENABLE_24BPP (like in
the zmbv.c decoder)
libavcodec/zmbvenc.c