This translator only supports still images for now, and supports both decoding and encoding. Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies. Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <[email protected]> Reviewed-by: Jérôme Duval <[email protected]> Tested-by: Commit checker robot <[email protected]>
16 lines
259 B
Plaintext
16 lines
259 B
Plaintext
/*
|
|
* AVIFTranslator.rdef
|
|
*/
|
|
|
|
resource app_signature "application/x-vnd.Haiku-AVIFTranslator";
|
|
|
|
resource app_version {
|
|
major = 0,
|
|
middle = 1,
|
|
minor = 0,
|
|
variety = 0,
|
|
internal = 0,
|
|
short_info = "0.1.0",
|
|
long_info = "Haiku AVIFTranslator Add-Ons."
|
|
};
|