[FFmpeg-devel] [PATCH 1/2] avformat/oggenc: don't discard empty packets with no side data
James Almer
jamrial at gmail.com
Wed Feb 19 05:19:34 EET 2025
On 2/13/2025 7:47 PM, James Almer wrote:
> Theora signals "Output last frame again" with an empty packet.
> To keep the behaviour of 18f24527eb of ignoring side data only packets, as
> generated by the FLAC encoder to propagate updated extradata, also check for
> pkt->side_data_size to choose wheter to mux the paket or not.
>
> Fixes part of ticket #11451.
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavformat/oggenc.c | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
Will push the set.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250219/2df0457f/attachment.sig>
More information about the ffmpeg-devel
mailing list