FFmpeg
|
#include "config.h"
#include "libavutil/error.h"
#include "libavcodec/avcodec.h"
#include "avformat.h"
#include "riff.h"
Go to the source code of this file.
Functions | |
const struct AVCodecTag * | avformat_get_riff_video_tags (void) |
const struct AVCodecTag * | avformat_get_riff_audio_tags (void) |
Variables | |
const AVCodecTag | ff_codec_bmp_tags [] |
const AVCodecTag | ff_codec_bmp_tags_unofficial [] |
const AVCodecTag | ff_codec_wav_tags [] |
const AVMetadataConv | ff_riff_info_conv [] |
const AVCodecGuid | ff_codec_wav_guids [] |
const AVCodecTag ff_codec_bmp_tags[] |
Definition at line 33 of file riff.c.
Referenced by asf_read_stream_properties(), avformat_get_riff_video_tags(), avi_read_header(), decode_stream_header(), get_codec_data(), lvf_read_header(), mkv_write_codecprivate(), mkv_write_track(), mov_codec_id(), mov_get_codec_tag(), ogm_dshow_header(), ogm_header(), parse_media_type(), parse_video_info(), read_header(), and write_stream_codec_info().
const AVCodecTag ff_codec_bmp_tags_unofficial[] |
Definition at line 502 of file riff.c.
Referenced by avi_read_header().
const AVCodecTag ff_codec_wav_tags[] |
Definition at line 508 of file riff.c.
Referenced by avformat_get_riff_audio_tags(), decode_stream_header(), ff_wav_codec_get_id(), lvf_read_header(), mkv_write_codecprivate(), mov_codec_id(), mov_get_codec_tag(), mov_write_isml_manifest(), ogm_dshow_header(), ogm_header(), and write_stream_codec_info().
const AVMetadataConv ff_riff_info_conv[] |
Definition at line 603 of file riff.c.
Referenced by avi_read_header(), and ff_riff_write_info().
const AVCodecGuid ff_codec_wav_guids[] |
Definition at line 630 of file riff.c.
Referenced by ff_put_wav_header(), parse_media_type(), parse_waveformatex(), and write_stream_codec_info().