Skip to content

Commit

Permalink
Added URL to discussion concerning sonyTagCipher()
Browse files Browse the repository at this point in the history
  • Loading branch information
clanmills committed Jun 21, 2019
1 parent c89dc37 commit d99b22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sonymn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ namespace Exiv2 {
return tagInfoFp_;
}

// https://github.com/Exiv2/exiv2/pull/906#issuecomment-504338797
DataBuf sonyTagCipher(uint16_t /* tag */, const byte* bytes, uint32_t size, TiffComponent* const /*object*/, bool bDecipher)
{
DataBuf b(bytes,size); // copy the data
Expand Down

0 comments on commit d99b22c

Please sign in to comment.