#include "libavcodec/avcodec.h"
#include "avformat.h"
#include "riff.h"
Go to the source code of this file.
Functions | |
void | ff_parse_specific_params (AVCodecContext *stream, int *au_rate, int *au_ssize, int *au_scale) |
Variables | |
const AVCodecTag | codec_bmp_tags [] |
const AVCodecTag | codec_wav_tags [] |
void ff_parse_specific_params | ( | AVCodecContext * | stream, | |
int * | au_rate, | |||
int * | au_ssize, | |||
int * | au_scale | |||
) |
Definition at line 462 of file riff.c.
Referenced by avi_write_counters(), avi_write_header(), and write_header().
const AVCodecTag codec_bmp_tags[] |
Definition at line 28 of file riff.c.
Referenced by asf_read_header(), asf_write_header1(), avi_read_header(), avi_write_header(), avisynth_read_header(), decode_stream_header(), get_codec_data(), matroska_read_header(), mkv_write_codecprivate(), mkv_write_tracks(), mov_find_codec_tag(), mov_read_stsd(), nut_read_header(), ogm_dshow_header(), and ogm_header().
const AVCodecTag codec_wav_tags[] |
Definition at line 207 of file riff.c.
Referenced by decode_stream_header(), mkv_write_codecprivate(), mov_find_codec_tag(), mov_read_stsd(), nut_read_header(), ogm_dshow_header(), and ogm_header().