#11317: Can AVCodec provide more crop information when decoding via MediaCodec? -------------------------------------+------------------------------------- Reporter: lanczos- | Owner: (none) algorithm | Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: mediacodec | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by lanczos-algorithm):
Thanks James, your patch helped! JFYI. To make everything work, I added to my code next option: {{{ av_opt_set_int(codec_ctx, "apply_cropping", 0, 0) }}} -- Ticket URL: <https://trac.ffmpeg.org/ticket/11317#comment:4> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
_______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".