FFmpeg
Functions | Variables
isom_tags.c File Reference
#include "libavcodec/codec_id.h"
#include "avformat.h"
#include "internal.h"
#include "isom.h"

Go to the source code of this file.

Functions

const struct AVCodecTagavformat_get_mov_video_tags (void)
 
const struct AVCodecTagavformat_get_mov_audio_tags (void)
 

Variables

const AVCodecTag ff_codec_movvideo_tags []
 
const AVCodecTag ff_codec_movaudio_tags []
 

Variable Documentation

◆ ff_codec_movvideo_tags

const AVCodecTag ff_codec_movvideo_tags[]

◆ ff_codec_movaudio_tags

const AVCodecTag ff_codec_movaudio_tags[]

Definition at line 311 of file isom_tags.c.

Referenced by avformat_get_mov_audio_tags(), mov_codec_id(), and mov_get_codec_tag().