mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[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:
@@ -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__*/
|
||||||
|
Reference in New Issue
Block a user