Initial support for pixel-shift for the Sony A7RIII

Only with ARQ files for now, and no sony-specific constants for motion correction yet
This commit is contained in:
Alberto Griggio
2017-12-12 20:49:43 +01:00
parent 4cc7861125
commit 890d896817
3 changed files with 81 additions and 0 deletions

View File

@@ -409,6 +409,7 @@ sony_decrypt_t sony_decrypt;
void sony_load_raw();
void sony_arw_load_raw();
void sony_arw2_load_raw();
void sony_arq_load_raw(); // RT
void smal_decode_segment (unsigned seg[2][2], int holes);
void smal_v6_load_raw();