diff options
Diffstat (limited to 'src/lib/j2k_image_proxy.h')
| -rw-r--r-- | src/lib/j2k_image_proxy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/j2k_image_proxy.h b/src/lib/j2k_image_proxy.h index 77d53a9e5..a67cc24de 100644 --- a/src/lib/j2k_image_proxy.h +++ b/src/lib/j2k_image_proxy.h @@ -60,9 +60,6 @@ public: /** @return true if our image is definitely the same as another, false if it is probably not */ bool same (boost::shared_ptr<const ImageProxy>) const; int prepare (boost::optional<dcp::Size> = boost::optional<dcp::Size>()) const; - AVPixelFormat pixel_format () const { - return _pixel_format; - } dcp::Data j2k () const { return _data; |
