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 > --- > libavformat/oggenc.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Will push the set.