FFmpeg
|
SAUCE header parser. More...
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "avformat.h"
#include "sauce.h"
Include dependency graph for sauce.c:
Go to the source code of this file.
Macros | |
#define | GET_SAUCE_META(name, size) |
Functions | |
int | ff_sauce_read (AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height) |
Detailed Description
SAUCE header parser.
Definition in file sauce.c.
Macro Definition Documentation
Value:
}
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
Definition: aviobuf.c:478
int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags)
Set the given entry in *pm, overwriting an existing entry.
Definition: dict.c:62
Referenced by ff_sauce_read().
Function Documentation
int ff_sauce_read | ( | AVFormatContext * | avctx, |
uint64_t * | fsize, | ||
int * | got_width, | ||
int | get_height | ||
) |
- Parameters
-
avctx AVFormatContext [out] fsize return length of file, less SAUCE header [out] got_width set to non-zero if SAUCE header reported height get_height Tell SAUCE header to parse height
Definition at line 32 of file sauce.c.
Referenced by init_stream(), and read_header().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11