[FFmpeg-devel] [PATCH]Show subtitle resolution in avcodec_string()

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Sep 4 09:48:31 CEST 2013


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> +    case AVMEDIA_TYPE_SUBTITLE:
> +        if (enc->width)
> +            snprintf(buf + strlen(buf), buf_size - strlen(buf),
> +                     ", %dx%d", enc->width, enc->height);

Merged by Michael.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list