diff options
Diffstat (limited to 'src/lib/raw_image_proxy.cc')
| -rw-r--r-- | src/lib/raw_image_proxy.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/raw_image_proxy.cc b/src/lib/raw_image_proxy.cc index a7c77ce6c..21a2b0de4 100644 --- a/src/lib/raw_image_proxy.cc +++ b/src/lib/raw_image_proxy.cc @@ -81,3 +81,9 @@ RawImageProxy::same (shared_ptr<const ImageProxy> other) const return (*_image.get()) == (*rp->image().get()); } + +AVPixelFormat +RawImageProxy::pixel_format () const +{ + return _image->pixel_format (); +} |
