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

Commit de497fd5 authored by Lajos Molnar's avatar Lajos Molnar
Browse files

media: move asString into android namespace

Change-Id: I98c1f32de97b5dff0faf06c60127ef1c1b254604
parent ebd82c66
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