Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24d0138e authored by Lajos Molnar's avatar Lajos Molnar Committed by android-build-merger
Browse files

media: move asString into android namespace am: de497fd5

am: 6c10d1e0

* commit '6c10d1e0':
  media: move asString into android namespace
parents 2f24bb9a 6c10d1e0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@
   Each section has its own include guard.  This file should be included AFTER
   the OMX include files. */

#ifdef ANDROID
namespace android {
#endif

#ifdef OMX_Audio_h
/* asString definitions if media/openmax/OMX_Audio.h was included */

@@ -948,3 +952,7 @@ inline static const char *asString(OMX_VIDEO_HEVCLEVELTYPE i, const char *def =
#endif // AS_STRING_FOR_OMX_VIDEOEXT_H

#endif // OMX_VideoExt_h

#ifdef ANDROID
} // namespace android
#endif