FFmpeg
|
#include "libavutil/mathematics.h"
#include "libavcodec/avcodec.h"
#include "avformat.h"
#include "avio_internal.h"
#include "riff.h"
#include "libavcodec/bytestream.h"
#include "libavutil/avassert.h"
Go to the source code of this file.
Variables | |
const AVCodecTag | ff_codec_bmp_tags [] |
const AVCodecTag | ff_codec_wav_tags [] |
const AVCodecGuid | ff_codec_wav_guids [] |
const AVMetadataConv | ff_riff_info_conv [] |
const AVCodecTag ff_codec_bmp_tags[] |
Definition at line 35 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(), lvf_read_header(), matroska_read_header(), mkv_write_codecprivate(), mkv_write_tracks(), mov_get_codec_tag(), nut_read_header(), ogm_dshow_header(), ogm_header(), parse_media_type(), read_header(), and write_stream_codec_info().
const AVCodecTag ff_codec_wav_tags[] |
Definition at line 334 of file riff.c.
Referenced by avformat_get_riff_audio_tags(), decode_stream_header(), ff_mov_read_stsd_entries(), lvf_read_header(), mkv_write_codecprivate(), mov_get_codec_tag(), mov_write_isml_manifest(), nut_read_header(), ogm_dshow_header(), and ogm_header().
const AVCodecGuid ff_codec_wav_guids[] |
Definition at line 394 of file riff.c.
Referenced by parse_media_type(), and write_stream_codec_info().
const AVMetadataConv ff_riff_info_conv[] |
Definition at line 402 of file riff.c.
Referenced by avi_read_header().