[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
This commit is contained in:
ChenHengming
2015-08-17 11:31:12 +00:00
parent 01153f0f93
commit 6d719e3872

View File

@@ -14,8 +14,8 @@
* limitations under the License. * limitations under the License.
*/ */
#ifndef __RK_MPI_BUFFER_H__ #ifndef __MPP_BUFFER_H__
#define __RK_MPI_BUFFER_H__ #define __MPP_BUFFER_H__
#include "rk_type.h" #include "rk_type.h"
#include "mpp_err.h" #include "mpp_err.h"
@@ -63,4 +63,4 @@ MPP_RET mpp_buffer_pool_deinit(MppBufferPool *pool);
} }
#endif #endif
#endif /*__RK_MPI_BUFFER_H__*/ #endif /*__MPP_BUFFER_H__*/