Go to the documentation of this file.
   29     for (
i = 0; 
i < l; 
i++)
 
   31     printf(
"%*s", indent-l*2, 
"");
 
   34 int main(
int argc, 
char **argv)
 
   37     char *filename = argv[1];
 
   41     const uint8_t *p, *endp;
 
   48     endp = file_buf + file_buf_size;
 
   51         const uint8_t *p0 = p;
 
   56         if (
code != UINT32_MAX) {
 
   59                 if (*p0 == 
'\n') 
printf(
"\\n\n");
 
   60                 else             printf (
"%.*s\n", l, p0);
 
   62                 printf(
"invalid code range\n");
 
   65             printf(
"invalid sequence\n");
 
  
int av_utf8_decode(int32_t *codep, const uint8_t **bufp, const uint8_t *buf_end, unsigned int flags)
Read and decode a single UTF-8 code point (character) from the buffer in *buf, and update *buf to poi...
int av_file_map(const char *filename, uint8_t **bufptr, size_t *size, int log_offset, void *log_ctx)
Read the file with name filename, and put its content in a newly allocated buffer or map it with mmap...
static void print_sequence(const char *p, int l, int indent)
void av_file_unmap(uint8_t *bufptr, size_t size)
Unmap or free the buffer bufptr created by av_file_map().
printf("static const uint8_t my_array[100] = {\n")
#define i(width, name, range_min, range_max)
and forward the test the status of outputs and forward it to the corresponding return FFERROR_NOT_READY If the filters stores internally one or a few frame for some it can consider them to be part of the FIFO and delay acknowledging a status change accordingly Example code
int main(int argc, char **argv)