[FFmpeg-devel] [PATCH v1] avformat/wavdec.c: copy id3 metadata to format metadata and stream side data

Moritz Barsnick barsnick at gmx.net
Sun Oct 20 16:11:43 EEST 2019


On Sat, Oct 19, 2019 at 22:33:55 -0700, Jun Li wrote:
> +        ret = ff_replaygain_export(st, s->internal->id3v2_meta);

In libavformat/Makefile, CONFIG_W64_DEMUXER and CONFIG_WAV_DEMUXER now
probably need to depend on replaygain.o.

(I made the same mistake recently.)

Cheers,
Moritz


More information about the ffmpeg-devel mailing list