Skip to content
Snippets Groups Projects
utils.c 129 KiB
Newer Older
  • Learn to ignore specific revisions
  •     return ff_codec_bmp_tags;
    }
    const struct AVCodecTag *avformat_get_riff_audio_tags(void)
    {
        return ff_codec_wav_tags;
    }