Add missing param documentation.

This commit is contained in:
ojw28 2014-10-01 21:25:02 +01:00
parent 8ea3f9805c
commit 9fc963acc6

View file

@ -45,6 +45,8 @@ public interface ChunkSource {
* the supplied {@link MediaFormat}. Other implementations do nothing.
* <p>
* Only called when the source is enabled.
*
* @param out The {@link MediaFormat} on which the maximum video dimensions should be set.
*/
void getMaxVideoDimensions(MediaFormat out);