X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fffmpeg_content.cc;h=f2fe06f36aca3b182b892fc719654aeda96bcb82;hp=5cd5d3729b9ef9fdafa0d3cf8bf1c6b471b8841a;hb=017f8aef4be84cc76dcbf2acdf865409f5cae147;hpb=a03ea8328cfe16eaad63ac442f38c48091d25c07 diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc index 5cd5d3729..f2fe06f36 100644 --- a/src/lib/ffmpeg_content.cc +++ b/src/lib/ffmpeg_content.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2015 Carl Hetherington + Copyright (C) 2013-2016 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -395,6 +395,7 @@ void FFmpegContent::add_properties (list >& p) const { VideoContent::add_properties (p); + AudioContent::add_properties (p); if (_bits_per_pixel) { int const sub = 219 * pow (2, _bits_per_pixel.get() - 8);