Interface ImageConverter

All Known Implementing Classes:
AVCodecLibraryImageConverter, SWScaleLibraryImageConverter

public interface ImageConverter
Interface encapsulating AVCodec's img_convert function, allowing it to be swapped out with an SWScale implementation.
Author:
Ken Larson