[FFmpeg-devel] [PATCH] avformat/rmdec: very basic MLTI support

Timothy Gu timothygu99 at gmail.com
Tue Sep 9 02:23:10 CEST 2014


On Sep 8, 2014 4:10 PM, "Michael Niedermayer" <michaelni at gmx.at> wrote:

> +        if (number_of_mdpr != 1) {
> +            avpriv_request_sample(s, "MLTI with multiple MDPR");
> +        }

No return?

Timothy


More information about the ffmpeg-devel mailing list