Add a curr_img pointer to reference the output image

Multimedia / Daala - Nathan E. Egge [dgql.org] - 27 January 2016 12:28 UTC

This patch removes references to the output frame structure found in the
various od_decode functions by replacing them with a daala_image pointer to the currently decoding frame. This is done in preparation for moving to use an od_output_queue.

aa8a918 Add a curr_img pointer to reference the output image.
src/decint.h | 4 ++--
src/decode.c | 26 ++++++++++++++------------
2 files changed, 16 insertions(+), 14 deletions(-)

Upstream: git.xiph.org


  • Share