| FFmpeg
    4.0
    | 
#include <string.h>#include "libavutil/common.h"#include "libavutil/internal.h"#include "avcodec.h"#include "profiles.h"#include "version.h"Go to the source code of this file.
| Macros | |
| #define | MT(...) (const char *const[]){ __VA_ARGS__, NULL } | 
| Functions | |
| static int | descriptor_compare (const void *key, const void *member) | 
| const AVCodecDescriptor * | avcodec_descriptor_get (enum AVCodecID id) | 
| const AVCodecDescriptor * | avcodec_descriptor_next (const AVCodecDescriptor *prev) | 
| Iterate over all codec descriptors known to libavcodec.  More... | |
| const AVCodecDescriptor * | avcodec_descriptor_get_by_name (const char *name) | 
| enum AVMediaType | avcodec_get_type (enum AVCodecID codec_id) | 
| Get the type of the given codec.  More... | |
| Variables | |
| static const AVCodecDescriptor | codec_descriptors [] | 
| #define MT | ( | ... | ) | (const char *const[]){ __VA_ARGS__, NULL } | 
Definition at line 30 of file codec_desc.c.
Definition at line 3127 of file codec_desc.c.
Referenced by avcodec_descriptor_get().
| 
 | static | 
Definition at line 32 of file codec_desc.c.
 1.8.13
 1.8.13