Loading media/ndk/NdkMediaCodec.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,7 @@ static AMediaCodec * createAMediaCodec(const char *name, bool name_is_type, bool PRIORITY_FOREGROUND); if (res != OK) { ALOGE("Failed to start the looper"); AMediaCodec_delete(mData); return NULL; } if (name_is_type) { Loading Loading
media/ndk/NdkMediaCodec.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,7 @@ static AMediaCodec * createAMediaCodec(const char *name, bool name_is_type, bool PRIORITY_FOREGROUND); if (res != OK) { ALOGE("Failed to start the looper"); AMediaCodec_delete(mData); return NULL; } if (name_is_type) { Loading