[FFmpeg-devel] [PATCH] lavc/aac: fix shared build failures with MSVC.
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Nov 12 22:06:10 CET 2012
Clément Bœsch <ubitux <at> gmail.com> writes:
> @@ -193,7 +200,7 @@ AVCodec ff_libvo_aacenc_encoder = {
> .init = aac_encode_init,
> .encode2 = aac_encode_frame,
> .close = aac_encode_close,
> - .supported_samplerates = avpriv_mpeg4audio_sample_rates,
> + .supported_samplerates = mpeg4audio_sample_rates,
Ping?
If no other solution is possible atm, please commit.
Thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list