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.cc | |
| parent | c8b0b0f61a1188b3ce8010a65e4c617a0e66eaa1 (diff) | |
Untested; extend CompactImage to return a AVPicture.
Diffstat (limited to 'src/lib/decoder.cc')
| -rw-r--r-- | src/lib/decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc index 97f1bc92f..e91b5e19e 100644 --- a/src/lib/decoder.cc +++ b/src/lib/decoder.cc @@ -97,7 +97,7 @@ Decoder::process_audio (shared_ptr<AudioBuffers> audio) * @param frame to decode; caller manages memory. */ void -Decoder::process_video (AVFrame* frame) +Decoder::process_video (AVFrame const * frame) { shared_ptr<FilterGraph> graph; |
