Re: [FFmpeg-devel] [PATCH]Avoid duplicating Closed Captions when increasing frame rate

2019-10-29 Thread Paul B Mahol
On 11/27/18, Carl Eugen Hoyos wrote: > 2018-11-23 19:03 GMT+01:00, Carl Eugen Hoyos : > >> Attached patches fix Closed Captions when increasing frame rate, both >> with "-r" and the fps filter, fixes ticket #7506. > > Patches applied. > Please revert your incorrect change. You clone frame but do

Re: [FFmpeg-devel] [PATCH]Avoid duplicating Closed Captions when increasing frame rate

2018-11-27 Thread Carl Eugen Hoyos
2018-11-23 19:03 GMT+01:00, Carl Eugen Hoyos : > Attached patches fix Closed Captions when increasing frame rate, both > with "-r" and the fps filter, fixes ticket #7506. Patches applied. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [PATCH]Avoid duplicating Closed Captions when increasing frame rate

2018-11-23 Thread Carl Eugen Hoyos
Hi! Attached patches fix Closed Captions when increasing frame rate, both with "-r" and the fps filter, fixes ticket #7506. Please comment, Carl Eugen From fcb6a6ec0bb3246913fab50a0aa7d3c9dc0a465a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 23 Nov 2018 18:48:50 +0100 Subject: [PAT