Revert "Re-allow audio channel 15 to be mapped so that users can add"
[dcpomatic.git] / src / lib / player_video.cc
index 10e798ed510644a86e03d11249d737139268d3b0..620245781afa3374e062cd018119b7c5b23ce677 100644 (file)
@@ -232,7 +232,7 @@ PlayerVideo::has_j2k () const
        return _crop == Crop () && _out_size == j2k->size() && !_text && !_fade && !_colour_conversion;
 }
 
-Data
+shared_ptr<const dcp::Data>
 PlayerVideo::j2k () const
 {
        shared_ptr<const J2KImageProxy> j2k = dynamic_pointer_cast<const J2KImageProxy> (_in);