| commit | 12a07117a25e61a0ca3bfc8ef0e3b795a7962b3a | [log] [tgz] |
|---|---|---|
| author | Rakesh Kumar <rakesh.kumar@ittiam.com> | Wed Sep 01 00:48:42 2021 +0530 |
| committer | Rakesh Kumar <rakesh.kumar@ittiam.com> | Wed Sep 01 01:00:16 2021 +0530 |
| tree | 1815fa0eb1d7a4016397faf397f1bad9d6d5ea3d | |
| parent | 4a57ae865cc24bc49ab6ddb986946cc7280db3f2 [diff] |
Cts: Fix file extension for testCodecEarlyEOSH263 Bug: 198290068 Test: atest CtsMediaTestCases Change-Id: Ib2e67204c24746c321857720cbb8945b33b87a89
diff --git a/tests/tests/media/src/android/media/cts/DecoderTest.java b/tests/tests/media/src/android/media/cts/DecoderTest.java index b0efebe..686cc46 100644 --- a/tests/tests/media/src/android/media/cts/DecoderTest.java +++ b/tests/tests/media/src/android/media/cts/DecoderTest.java
@@ -2469,7 +2469,7 @@ } public void testCodecEarlyEOSH263() throws Exception { - testCodecEarlyEOS("video_176x144_3gp_h263_300kbps_12fps_aac_stereo_128kbps_22050hz.mp4", + testCodecEarlyEOS("video_176x144_3gp_h263_300kbps_12fps_aac_stereo_128kbps_22050hz.3gp", 64 /* eosframe */); }