diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2020-12-25 11:13:36 +1100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-25 11:53:01 +0100 |
commit | adf4a7a8b39d17841de70fa0b43b525a991a45ab (patch) | |
tree | d5008edd84dd9954a9826df5ded8ef9286398cda /avmedia | |
parent | 691f1cc959dab0418b28e7898825a6cae71b493e (diff) |
avmedia: followup fix to 17aea7c41
Change-Id: Ia462091459bd36c11511c88d384e352863f1cb81
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108274
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/vlc/vlcframegrabber.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/vlc/vlcframegrabber.cxx b/avmedia/source/vlc/vlcframegrabber.cxx index 6b8a689029a2..4211d1190d80 100644 --- a/avmedia/source/vlc/vlcframegrabber.cxx +++ b/avmedia/source/vlc/vlcframegrabber.cxx @@ -22,7 +22,7 @@ #include <osl/conditn.hxx> #include <osl/file.hxx> #include <vcl/graph.hxx> -#include <vcl/bitmapaccess.hxx> +#include <vcl/BitmapReadAccess.hxx> #include <vcl/pngread.hxx> #include <avmedia/mediawindow.hxx> #include <unotools/tempfile.hxx> |