FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
flac_picture.h File Reference
#include "avformat.h"

Go to the source code of this file.

Macros

#define RETURN_ERROR(code)   do { ret = (code); goto fail; } while (0)
 

Functions

int ff_flac_parse_picture (AVFormatContext *s, uint8_t *buf, int buf_size)
 

Macro Definition Documentation

#define RETURN_ERROR (   code)    do { ret = (code); goto fail; } while (0)

Definition at line 27 of file flac_picture.h.

Referenced by ff_flac_parse_picture(), and flac_read_header().

Function Documentation

int ff_flac_parse_picture ( AVFormatContext s,
uint8_t buf,
int  buf_size 
)

Definition at line 28 of file flac_picture.c.

Referenced by ff_vorbis_comment(), and flac_read_header().