Re: [FFmpeg-devel] [PATCH v2 11/12] lavc/videotoolboxenc: Support pixel aspect ratio
Rick Kern gmail.com> writes: > +if (status) { > +av_log(avctx, > + AV_LOG_ERROR, > + "Error setting pixel aspect ratio to %d:%d: %d.\n", > + avctx->sample_aspect_ratio.num, > + avctx->sample_aspect_ratio.d
[FFmpeg-devel] [PATCH v2 11/12] lavc/videotoolboxenc: Support pixel aspect ratio
Signed-off-by: Rick Kern --- libavcodec/videotoolboxenc.c | 63 1 file changed, 63 insertions(+) diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c index 5935d09..768405d 100644 --- a/libavcodec/videotoolboxenc.c +++ b/libavcodec