khronosfws/openmax_al/src/mediarecorder/xaaudioencoderitf.c
changeset 42 1fa3fb47b1e3
parent 31 8dfd592727cb
child 43 9894ed580e4a
--- a/khronosfws/openmax_al/src/mediarecorder/xaaudioencoderitf.c	Tue Jul 06 14:50:35 2010 +0300
+++ b/khronosfws/openmax_al/src/mediarecorder/xaaudioencoderitf.c	Wed Aug 18 10:17:22 2010 +0300
@@ -258,7 +258,8 @@
         {
         ret = XAAudioEncoderItfAdapt_GetEncoderSettings(impl->adapCtx,
                 pSettings);
-        }DEBUG_API("<-XAAudioEncoderItfImpl_GetEncoderSettings");
+        }
+    DEBUG_API("<-XAAudioEncoderItfImpl_GetEncoderSettings");
     return ret;
     }
 
@@ -292,7 +293,8 @@
         self->adapCtx = impl->adaptationCtx;
 
         self->self = self;
-        }DEBUG_API("<-XAAudioEncoderItfImpl_Create");
+        }
+    DEBUG_API("<-XAAudioEncoderItfImpl_Create");
     return self;
     }