media/extensions
olly dcc1ac56df Make Renderer an interface
In V1 we received complaints that Renderer was too locked down.
In particular, it wasn't possible to implement a Renderer that
wrapped another Renderer, since most of the methods were package
private and final (e.g. enable).

This change defines Renderer as a proper interface, removing
this limitation. A method-reordering-only change will follow
this one, to get things into a nice consistent/sane order in
each of the Renderer classes.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=127527995
2016-07-15 18:19:23 +01:00
..
ffmpeg Big (and hopefully near-final) rename. 2016-07-15 18:14:55 +01:00
flac Convert extractor factory classes to static final objects 2016-07-15 18:16:18 +01:00
okhttp Finalize v2 directory + package name 2016-07-08 12:12:09 +01:00
opus Convert extractor factory classes to static final objects 2016-07-15 18:16:18 +01:00
vp9 Make Renderer an interface 2016-07-15 18:19:23 +01:00