Merge "Clarify purpose of VP9_INVERT_TILE_DECODE_ORDER"

This commit is contained in:
Yaowu Xu 2015-01-14 20:25:18 -08:00 committed by Gerrit Code Review
commit 5ca96f9d60

View File

@ -85,7 +85,14 @@ enum vp8_dec_control_id {
*/ */
VP9_SET_BYTE_ALIGNMENT, VP9_SET_BYTE_ALIGNMENT,
/** For testing. */ /** control function to invert the decoding order to from right to left. The
* function is used in a test to confirm the decoding independence of tile
* columns. The function may be used in application where this order
* of decoding is desired.
*
* TODO(yaowu): Rework the unit test that uses this control, and in a future
* release, this test-only control shall be removed.
*/
VP9_INVERT_TILE_DECODE_ORDER, VP9_INVERT_TILE_DECODE_ORDER,
VP8_DECODER_CTRL_ID_MAX VP8_DECODER_CTRL_ID_MAX