#include "libavutil/mathematics.h"
#include "libavcodec/avcodec.h"
#include "avformat.h"
#include "avio_internal.h"
#include "riff.h"
#include "libavcodec/bytestream.h"
Go to the source code of this file.
Variables | |
const AVCodecTag | ff_codec_bmp_tags [] |
const AVCodecTag | ff_codec_wav_tags [] |
const AVMetadataConv | ff_riff_info_conv [] |
const AVCodecTag ff_codec_bmp_tags[] |
Definition at line 31 of file riff.c.
Referenced by asf_read_stream_properties(), asf_write_header1(), avformat_get_riff_video_tags(), avi_read_header(), avi_write_header(), avisynth_read_header(), decode_stream_header(), ff_mov_read_stsd_entries(), get_codec_data(), matroska_read_header(), mkv_write_codecprivate(), mkv_write_tracks(), mov_get_codec_tag(), ogm_dshow_header(), ogm_header(), parse_media_type(), and read_header().
const AVCodecTag ff_codec_wav_tags[] |
Definition at line 297 of file riff.c.
Referenced by avformat_get_riff_audio_tags(), decode_stream_header(), ff_mov_read_stsd_entries(), mkv_write_codecprivate(), mov_get_codec_tag(), mov_write_isml_manifest(), ogm_dshow_header(), and ogm_header().
const AVMetadataConv ff_riff_info_conv[] |
Definition at line 349 of file riff.c.
Referenced by avi_read_header().