Re: [FFmpeg-devel] [PATCH 1/3] avcodec/packet: add a define for the max buffer size a packet can hold

2023-06-27 Thread James Almer
On 6/27/2023 4:23 AM, Anton Khirnov wrote: Quoting James Almer (2023-06-21 22:46:56) Signed-off-by: James Almer --- TODO: Version bump and APIchanges entry. libavcodec/packet.h | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/packet.h b/libavcodec/packet.h index

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/packet: add a define for the max buffer size a packet can hold

2023-06-27 Thread Anton Khirnov
Quoting James Almer (2023-06-21 22:46:56) > Signed-off-by: James Almer > --- > TODO: Version bump and APIchanges entry. > > libavcodec/packet.h | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/libavcodec/packet.h b/libavcodec/packet.h > index f28e7e7011..f7dd687c23 100644 > ---

[FFmpeg-devel] [PATCH 1/3] avcodec/packet: add a define for the max buffer size a packet can hold

2023-06-21 Thread James Almer
Signed-off-by: James Almer --- TODO: Version bump and APIchanges entry. libavcodec/packet.h | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/packet.h b/libavcodec/packet.h index f28e7e7011..f7dd687c23 100644 --- a/libavcodec/packet.h +++ b/libavcodec/packet.h @@ -418,6