Add basic content information, and some other bits.
[dcpomatic.git] / src / lib / sndfile_content.cc
index 657e7d519c3b5ac5779b580e6ff40728d5248628..cf7921a93b88b84f9310ea9f6aa3dd8df0db61d3 100644 (file)
@@ -27,6 +27,12 @@ SndfileContent::summary () const
        return String::compose (_("Sound file: %1"), file().filename ());
 }
 
+string
+SndfileContent::information () const
+{
+       return "";
+}
+
 int
 SndfileContent::audio_channels () const
 {