Libav
Macros | Functions
utils.c File Reference

various utility functions More...

#include "config.h"
#include "avutil.h"

Go to the source code of this file.

Macros

#define LICENSE_PREFIX   "libavutil license: "
 

Functions

unsigned avutil_version (void)
 Return the LIBAVUTIL_VERSION_INT constant. More...
 
const char * avutil_configuration (void)
 Return the libavutil build-time configuration. More...
 
const char * avutil_license (void)
 Return the libavutil license. More...
 
char av_get_picture_type_char (enum AVPictureType pict_type)
 Return a single letter to describe the given picture type pict_type. More...
 
AVRational av_get_time_base_q (void)
 Return the fractional representation of the internal time base. More...
 

Detailed Description

various utility functions

Definition in file utils.c.

Macro Definition Documentation

#define LICENSE_PREFIX   "libavutil license: "

Referenced by avutil_license().