media/extensions/av1/src/main
olly 2722969d0c Cast void* to JniContext* using static_cast.
static_cast is more appropriate than reinrerpret_cast for casting from
void* to JniContext*. See Section 7.2.1 (page 173) in The C++
Programming Language, 4th Edition and
https://stackoverflow.com/questions/310451/should-i-use-static-cast-or-reinterpret-cast-when-casting-a-void-to-whatever

PiperOrigin-RevId: 293812940
2020-02-11 17:10:26 +00:00
..
java/com/google/android/exoplayer2/ext/av1 Fix some typos 2020-01-28 16:55:41 +00:00
jni Cast void* to JniContext* using static_cast. 2020-02-11 17:10:26 +00:00
AndroidManifest.xml Add test AV1 video to demo app 2019-10-10 14:44:20 +01:00