mirror of
https://github.com/samsonjs/media.git
synced 2026-04-18 13:25:47 +00:00
Move RepeatedTranscodeTest to mh/analysis.
This test is not run on emulator, triage or postsubmit, and does not provide value to the library in it's current state. It could be deleted, however it still may have use for analysis of exported files on MH. PiperOrigin-RevId: 516491160
This commit is contained in:
parent
2fe2161d1b
commit
eabf952048
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package androidx.media3.transformer.mh;
|
||||
package androidx.media3.transformer.mh.analysis;
|
||||
|
||||
import static androidx.media3.common.util.Assertions.checkNotNull;
|
||||
import static com.google.common.truth.Truth.assertWithMessage;
|
||||
Loading…
Reference in a new issue