Loading media/libstagefright/OMXCodec.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -595,7 +595,7 @@ status_t OMXCodec::configureCodec(const sp<MetaData> &meta, uint32_t flags) { size -= length; size -= length; } } CODEC_LOGV( CODEC_LOGI( "AVC profile = %d (%s), level = %d", "AVC profile = %d (%s), level = %d", (int)profile, AVCProfileToString(profile), level); (int)profile, AVCProfileToString(profile), level); Loading Loading
media/libstagefright/OMXCodec.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -595,7 +595,7 @@ status_t OMXCodec::configureCodec(const sp<MetaData> &meta, uint32_t flags) { size -= length; size -= length; } } CODEC_LOGV( CODEC_LOGI( "AVC profile = %d (%s), level = %d", "AVC profile = %d (%s), level = %d", (int)profile, AVCProfileToString(profile), level); (int)profile, AVCProfileToString(profile), level); Loading