commit | 52d8aa79a31c5042d2b43d06f08fa28489b27d1b | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Mon Nov 04 14:42:09 2013 -0800 |
committer | Andy Hung <hunga@google.com> | Tue Nov 05 18:54:43 2013 -0800 |
tree | 1b3da59936eefe7295378bf432afbd684a23174b | |
parent | 2ea312c1bf5f618f4877806b07e0fb2aa4541e6f [diff] |
Add "throws IOException" to MediaCodec constructors (3) Change to add "throws IOException" to android.media.MediaCodec (createByCodecName|createDecoderByType|createEncoderByType). The exception was previously thrown through the native JNI, but not explicitly declared. Requires changes to existing code for declaration compatibility. Bug: 11364276 Change-Id: Ia0d3481397285cb1503bedde37d4651934b3a481 Signed-off-by: Andy Hung <hunga@google.com>