diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-09 17:05:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-09 17:05:26 +0100 |
| commit | 63f506966cc4e9c459b3bcb430a11481f9d3a24a (patch) | |
| tree | cdaf50ec415c57940dccbd4ba35c091e33303cc2 /src/lib/ffmpeg_decoder.cc | |
| parent | 424f9d0c70ff0832da0509776da939b2f855cdc1 (diff) | |
Split up image_proxy.{cc,h}
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 4ae9dc313..dd47d306a 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -43,7 +43,7 @@ extern "C" { #include "filter_graph.h" #include "audio_buffers.h" #include "ffmpeg_content.h" -#include "image_proxy.h" +#include "raw_image_proxy.h" #include "film.h" #include "timer.h" |
