Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/expo-modules/comm-expo-package/android/src/main/java/app/comm/android/media/MediaModule.kt | ||
---|---|---|
68 | I don't know what format is in the original ffmpeg implementation. It's not documented anywhere and when I've tested it the ffmpeg implementation didn't even return it. Because it's later compared to "mp4" to check if format is correct I'm just returning the file extension. We can run more complicated checks but I think it's good enough for our usecase. |
native/expo-modules/comm-expo-package/android/src/main/java/app/comm/android/media/MediaModule.kt | ||
---|---|---|
68 | I agree, let's keep it this way for now |