diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-12 23:45:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-12 23:45:44 +0000 |
| commit | 5161626c3c28ba528511a8b211286a5e81a0f02a (patch) | |
| tree | 2690e09169d7d0e36167c842eb8260ae7a2cfe04 /src/lib/decoder.h | |
| parent | c8b0b0f61a1188b3ce8010a65e4c617a0e66eaa1 (diff) | |
Untested; extend CompactImage to return a AVPicture.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 71dfed1e0..a458c348b 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -99,7 +99,7 @@ protected: virtual PixelFormat pixel_format () const = 0; - void process_video (AVFrame *); + void process_video (AVFrame const *); void process_audio (boost::shared_ptr<AudioBuffers>); void process_subtitle (boost::shared_ptr<TimedSubtitle>); void repeat_last_video (); |
