diff options
Diffstat (limited to 'src/lib/tiff_decoder.cc')
| -rw-r--r-- | src/lib/tiff_decoder.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/tiff_decoder.cc b/src/lib/tiff_decoder.cc index 6738de49b..101e0c047 100644 --- a/src/lib/tiff_decoder.cc +++ b/src/lib/tiff_decoder.cc @@ -130,6 +130,13 @@ TIFFDecoder::audio_sample_format () const return AV_SAMPLE_FMT_NONE; } + +int64_t +TIFFDecoder::audio_channel_layout () const +{ + return 0; +} + bool TIFFDecoder::do_pass () { @@ -221,4 +228,3 @@ TIFFDecoder::sample_aspect_ratio_denominator () const /* XXX */ return 1; } - |
