[FFmpeg-devel] [PATCH 1/3] lavc/codec.h: add AV_CODEC_CAP_SINGLE_SUB_RECT
Ridley Combs
rcombs at rcombs.me
Tue Feb 21 10:07:45 EET 2023
> On Feb 21, 2023, at 01:42, Nicolas George <george at nsup.org> wrote:
>
> rcombs (12023-02-20):
>> ---
>> doc/APIchanges | 3 +++
>> libavcodec/codec.h | 5 +++++
>> libavcodec/version.h | 2 +-
>> 3 files changed, 9 insertions(+), 1 deletion(-)
>
> And... No change to the framework to make use of this flag? Like, return
> AVERROR(EINVAL) if the flag is present but several rectangles are given?
I didn't want to break existing applications further, though I don't feel strongly about it either way (since the existing behavior is already very poor).
>
> Regards,
>
> --
> Nicolas George
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list