summaryrefslogtreecommitdiffstats
path: root/ffmpeg_files/taglists.h
blob: 4c8f9bfdbdb432d7c4881e6d684db7c1e47c2833 (plain)
1
2
3
4
5
6
7
8
9
#include "libavcodec/avcodec.h"

struct mp_AVCodecTag {
    int id;
    unsigned int tag;
};

unsigned int mp_av_codec_get_tag(const struct mp_AVCodecTag * const *tags, enum CodecID id);
enum CodecID mp_av_codec_get_id(const struct mp_AVCodecTag * const *tags, unsigned int tag);