#include "config.h"
#include "avutil.h"
Go to the source code of this file.
Defines | |
#define | LICENSE_PREFIX "libavutil license: " |
Functions | |
unsigned | avutil_version (void) |
Return the LIBAVUTIL_VERSION_INT constant. | |
const char * | avutil_configuration (void) |
Return the libavutil build-time configuration. | |
const char * | avutil_license (void) |
Return the libavutil license. | |
char | av_get_picture_type_char (enum AVPictureType pict_type) |
Return a single letter to describe the given picture type pict_type. |
Definition in file utils.c.
#define LICENSE_PREFIX "libavutil license: " |
char av_get_picture_type_char | ( | enum AVPictureType | pict_type | ) |
Return a single letter to describe the given picture type pict_type.
[in] | pict_type | the picture type |
Definition at line 43 of file utils.c.
Referenced by av_get_pict_type_char(), decode_slice_header(), do_video_stats(), end_frame(), ff_dlog_ref(), ff_flv_decode_picture_header(), ff_h263_show_pict_info(), ff_h264_decode_mb_cavlc(), ff_print_debug_info(), ff_rate_estimate_qscale(), queue_picture(), select_frame(), and svq3_decode_frame().
const char* avutil_configuration | ( | void | ) |
const char* avutil_license | ( | void | ) |
unsigned avutil_version | ( | void | ) |