42 return "<BLOCK DEVICE>";
44 return "<CHARACTER DEVICE>";
69 char filemode[4], uid_and_gid[20];
84 if (
entry->filemode == -1) {
92 "TYPE",
"SIZE",
"NAME",
"UID(GID)",
"UGO",
"MODIFIED",
93 "ACCESSED",
"STATUS_CHANGED");
100 entry->modification_timestamp,
101 entry->access_timestamp,
102 entry->status_change_timestamp);
114 fprintf(stderr,
"usage: %s input_dir\n"
115 "API example program to show how to list files in directory "
119int main(
int argc,
char *argv[])
136 return ret < 0 ? 1 : 0;
static AVFormatContext * ctx
Libavcodec external API header.
int avio_close_dir(AVIODirContext **s)
Close directory.
int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options)
Open directory for reading.
void avio_free_directory_entry(AVIODirEntry **entry)
Free entry allocated by avio_read_dir().
int avio_read_dir(AVIODirContext *s, AVIODirEntry **next)
Get next directory entry.
@ AVIO_ENTRY_BLOCK_DEVICE
@ AVIO_ENTRY_SYMBOLIC_LINK
@ AVIO_ENTRY_CHARACTER_DEVICE
static const char * type_string(int type)
static int list_op(const char *input_dir)
const char program_name[]
program name, defined by the program for show_version().
int avformat_network_deinit(void)
Undo the initialization done by avformat_network_init.
int avformat_network_init(void)
Do global initialization of network libraries.
#define av_err2str(errnum)
Convenience macro, the return value should be used only directly in function arguments but never stan...
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
#define AV_LOG_INFO
Standard information.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
void av_log_set_level(int level)
Set the log level.
Describes single entry of the directory.