mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[utils]: add mpp_frame write file function to utils
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@921 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
#ifndef __UTILS_H__
|
||||
#define __UTILS_H__
|
||||
|
||||
#include <stdio.h>
|
||||
#include "mpp_frame.h"
|
||||
|
||||
typedef struct OptionInfo_t {
|
||||
const char* name;
|
||||
const char* argname;
|
||||
@@ -33,6 +36,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
void _show_options(int count, OptionInfo *options);
|
||||
void dump_mpp_frame_to_file(MppFrame frame, FILE *fp);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user