On 13/08/14 02:52, Vittorio Giovara wrote:
> Partially based on a patch by Aurelien Jacobs <[email protected]>.
> ---
>  libavformat/matroska.h    |   7 +++
>  libavformat/matroskadec.c | 111 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 118 insertions(+)

> +static int matroska_convert_s3dmulti(AVFormatContext *s, MatroskaTrack 
> *track)
> +{
> +    int i, j;
> +    MatroskaDemuxContext *matroska = s->priv_data;
> +
> +    if (track->operation.combine_planes.nb_elem > 3) {
> +        avpriv_report_missing_feature(s,
> +                                      "operation.combine_planes.nb_elem > 3 
> (%d)",
> +                                      
> track->operation.combine_planes.nb_elem);
> +        return 0; // or invalid data or patchwelcome?

Ask for samples, remind me to provide a shorthand for that function.


_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to