mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00
[utils]: add show_options to utils
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@316 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -20,5 +20,14 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "mpp_log.h"
|
||||
#include "utils.h"
|
||||
|
||||
void _show_options(int count, OptionInfo *options)
|
||||
{
|
||||
int i;
|
||||
for (i = 0; i < count; i++) {
|
||||
mpp_log("-%s %s\t\t%s\n",
|
||||
options[i].name, options[i].argname, options[i].help);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user