mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix outdated command in bitmap/README.md.
* The command changed after creating a custom effects module.
PiperOrigin-RevId: 474777823
(cherry picked from commit 75141f3016)
This commit is contained in:
parent
12e843ed60
commit
85f9ce3e74
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ To generate new "expected" assets:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
adb pull \
|
adb pull \
|
||||||
/sdcard/Android/data/androidx.media3.transformer.test/cache/drawFrame_rotate90_actual.png \
|
/sdcard/Android/data/androidx.media3.effect.test/cache/drawFrame_rotate90_actual.png \
|
||||||
third_party/java_src/android_libs/media/libraries/test_data/src/test/assets/media/bitmap/sample_mp4_first_frame/rotate90.png
|
third_party/java_src/android_libs/media/libraries/test_data/src/test/assets/media/bitmap/sample_mp4_first_frame/rotate90.png
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue