From 6d719e38722306c53326b8a05feedfbd3a7dc05c Mon Sep 17 00:00:00 2001 From: ChenHengming Date: Mon, 17 Aug 2015 11:31:12 +0000 Subject: [PATCH] [mpp_buffer]: fix macro in mpp_buffer.h git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@118 6e48237b-75ef-9749-8fc9-41990f28c85a --- inc/mpp_buffer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/mpp_buffer.h b/inc/mpp_buffer.h index fe7c2bf5..69dc5ad9 100644 --- a/inc/mpp_buffer.h +++ b/inc/mpp_buffer.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef __RK_MPI_BUFFER_H__ -#define __RK_MPI_BUFFER_H__ +#ifndef __MPP_BUFFER_H__ +#define __MPP_BUFFER_H__ #include "rk_type.h" #include "mpp_err.h" @@ -63,4 +63,4 @@ MPP_RET mpp_buffer_pool_deinit(MppBufferPool *pool); } #endif -#endif /*__RK_MPI_BUFFER_H__*/ +#endif /*__MPP_BUFFER_H__*/