MKBETAG 393 libavcodec/alacenc.c AV_WB32(alac_extradata+4, MKBETAG('a','l','a','c'));
MKBETAG 229 libavcodec/flacdec.c if (show_bits_long(&s->gb, 32) == MKBETAG('f','L','a','C')) {
MKBETAG 59 libavcodec/mjpegbdec.c if (get_bits_long(&hgb, 32) != MKBETAG('m','j','p','g'))
MKBETAG 1826 libavcodec/qdm2.c if (AV_RB32(extradata) != MKBETAG('Q','D','C','A')) {
MKBETAG 85 libavcodec/vqavideo.c #define CBF0_TAG MKBETAG('C', 'B', 'F', '0')
MKBETAG 86 libavcodec/vqavideo.c #define CBFZ_TAG MKBETAG('C', 'B', 'F', 'Z')
MKBETAG 87 libavcodec/vqavideo.c #define CBP0_TAG MKBETAG('C', 'B', 'P', '0')
MKBETAG 88 libavcodec/vqavideo.c #define CBPZ_TAG MKBETAG('C', 'B', 'P', 'Z')
MKBETAG 89 libavcodec/vqavideo.c #define CPL0_TAG MKBETAG('C', 'P', 'L', '0')
MKBETAG 90 libavcodec/vqavideo.c #define CPLZ_TAG MKBETAG('C', 'P', 'L', 'Z')
MKBETAG 91 libavcodec/vqavideo.c #define VPTZ_TAG MKBETAG('V', 'P', 'T', 'Z')
MKBETAG 278 libavformat/mp3.c case MKBETAG('T', 'I', 'T', '2'):
MKBETAG 279 libavformat/mp3.c case MKBETAG(0, 'T', 'T', '2'):
MKBETAG 282 libavformat/mp3.c case MKBETAG('T', 'P', 'E', '1'):
MKBETAG 283 libavformat/mp3.c case MKBETAG(0, 'T', 'P', '1'):
MKBETAG 286 libavformat/mp3.c case MKBETAG('T', 'A', 'L', 'B'):
MKBETAG 287 libavformat/mp3.c case MKBETAG(0, 'T', 'A', 'L'):
MKBETAG 290 libavformat/mp3.c case MKBETAG('T', 'C', 'O', 'N'):
MKBETAG 291 libavformat/mp3.c case MKBETAG(0, 'T', 'C', 'O'):
MKBETAG 294 libavformat/mp3.c case MKBETAG('T', 'C', 'O', 'P'):
MKBETAG 295 libavformat/mp3.c case MKBETAG(0, 'T', 'C', 'R'):
MKBETAG 298 libavformat/mp3.c case MKBETAG('T', 'R', 'C', 'K'):
MKBETAG 299 libavformat/mp3.c case MKBETAG(0, 'T', 'R', 'K'):
MKBETAG 431 libavformat/mp3.c if(v == MKBETAG('X', 'i', 'n', 'g') || v == MKBETAG('I', 'n', 'f', 'o')) {
MKBETAG 440 libavformat/mp3.c if(v == MKBETAG('V', 'B', 'R', 'I')) {
MKBETAG 628 libavformat/mp3.c put_be32(s->pb, MKBETAG('I', 'D', '3', 0x04)); /* ID3v2.4 */
MKBETAG 634 libavformat/mp3.c if(title) id3v2_put_ttag(s, title->value, MKBETAG('T', 'I', 'T', '2'));
MKBETAG 635 libavformat/mp3.c if(author) id3v2_put_ttag(s, author->value, MKBETAG('T', 'P', 'E', '1'));
MKBETAG 636 libavformat/mp3.c if(album) id3v2_put_ttag(s, album->value, MKBETAG('T', 'A', 'L', 'B'));
MKBETAG 637 libavformat/mp3.c if(genre) id3v2_put_ttag(s, genre->value, MKBETAG('T', 'C', 'O', 'N'));
MKBETAG 638 libavformat/mp3.c if(copyright) id3v2_put_ttag(s, copyright->value, MKBETAG('T', 'C', 'O', 'P'));
MKBETAG 639 libavformat/mp3.c if(track) id3v2_put_ttag(s, track->value, MKBETAG('T', 'R', 'C', 'K'));
MKBETAG 640 libavformat/mp3.c if(year) id3v2_put_ttag(s, year->value, MKBETAG('T', 'Y', 'E', 'R'));
MKBETAG 642 libavformat/mp3.c id3v2_put_ttag(s, LIBAVFORMAT_IDENT, MKBETAG('T', 'E', 'N', 'C'));
MKBETAG 140 libavformat/nsvdec.c #define TB_NSVF MKBETAG('N', 'S', 'V', 'f')
MKBETAG 141 libavformat/nsvdec.c #define TB_NSVS MKBETAG('N', 'S', 'V', 's')
MKBETAG 265 libavformat/nsvdec.c if (v == MKBETAG('N', 'S', 'V', 's')) { /* NSVs */
MKBETAG 41 libavformat/rl2.c #define FORM_TAG MKBETAG('F', 'O', 'R', 'M')
MKBETAG 42 libavformat/rl2.c #define RLV2_TAG MKBETAG('R', 'L', 'V', '2')
MKBETAG 43 libavformat/rl2.c #define RLV3_TAG MKBETAG('R', 'L', 'V', '3')
MKBETAG 442 libavformat/rmdec.c if(state == MKBETAG('I', 'N', 'D', 'X')){
MKBETAG 33 libavformat/segafilm.c #define FILM_TAG MKBETAG('F', 'I', 'L', 'M')
MKBETAG 34 libavformat/segafilm.c #define FDSC_TAG MKBETAG('F', 'D', 'S', 'C')
MKBETAG 35 libavformat/segafilm.c #define STAB_TAG MKBETAG('S', 'T', 'A', 'B')
MKBETAG 36 libavformat/segafilm.c #define CVID_TAG MKBETAG('c', 'v', 'i', 'd')
MKBETAG 63 libavformat/swfdec.c if (tag == MKBETAG('C', 'W', 'S', 0)) {
MKBETAG 67 libavformat/swfdec.c if (tag != MKBETAG('F', 'W', 'S', 0))
MKBETAG 43 libavformat/westwood.c #define FORM_TAG MKBETAG('F', 'O', 'R', 'M')
MKBETAG 44 libavformat/westwood.c #define WVQA_TAG MKBETAG('W', 'V', 'Q', 'A')
MKBETAG 45 libavformat/westwood.c #define VQHD_TAG MKBETAG('V', 'Q', 'H', 'D')
MKBETAG 46 libavformat/westwood.c #define FINF_TAG MKBETAG('F', 'I', 'N', 'F')
MKBETAG 47 libavformat/westwood.c #define SND0_TAG MKBETAG('S', 'N', 'D', '0')
MKBETAG 48 libavformat/westwood.c #define SND1_TAG MKBETAG('S', 'N', 'D', '1')
MKBETAG 49 libavformat/westwood.c #define SND2_TAG MKBETAG('S', 'N', 'D', '2')
MKBETAG 50 libavformat/westwood.c #define VQFR_TAG MKBETAG('V', 'Q', 'F', 'R')
MKBETAG 53 libavformat/westwood.c #define CINF_TAG MKBETAG('C', 'I', 'N', 'F')
MKBETAG 54 libavformat/westwood.c #define CINH_TAG MKBETAG('C', 'I', 'N', 'H')
MKBETAG 55 libavformat/westwood.c #define CIND_TAG MKBETAG('C', 'I', 'N', 'D')
MKBETAG 56 libavformat/westwood.c #define PINF_TAG MKBETAG('P', 'I', 'N', 'F')
MKBETAG 57 libavformat/westwood.c #define PINH_TAG MKBETAG('P', 'I', 'N', 'H')
MKBETAG 58 libavformat/westwood.c #define PIND_TAG MKBETAG('P', 'I', 'N', 'D')
MKBETAG 59 libavformat/westwood.c #define CMDS_TAG MKBETAG('C', 'M', 'D', 'S')