diff options
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index af258f381..df7434ff8 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -218,6 +218,12 @@ FFmpegDecoder::audio_sample_format () const return _audio_codec_context->sample_fmt; } +int64_t +FFmpegDecoder::audio_channel_layout () const +{ + return _audio_codec_context->channel_layout; +} + Size FFmpegDecoder::native_size () const { |
