diff options
author | Devin Heitmueller <devin.heitmueller@ltnglobal.com> | 2023-05-05 15:09:03 -0400 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2023-05-11 22:06:20 +0800 |
commit | 61a9f3c0ce7f74ba869f44a49e16f3cd1b79e18d (patch) | |
tree | dbfa87e075232190863e344051968f46fa679c87 /libavutil/adler32.c | |
parent | 2b0e794ffc0ce9d087903a90c7e6d8c957017d98 (diff) | |
download | ffmpeg-61a9f3c0ce7f74ba869f44a49e16f3cd1b79e18d.tar.gz |
avfilter/vf_fps: properly preserve CEA-708 captions
The existing implementation made an attempt to remove duplicate
captions if increasing the framerate, but made no attempt to
handle reducing the framerate, nor did it rewrite the caption
payloads to have the appropriate cc_count (e.g. the cc_count needs
to change from 20 to 10 when going from 1080i59 to 720p59 and
vice-versa).
Make use of the new ccfifo mechanism to ensure that caption data
is properly preserved.
Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavutil/adler32.c')
0 files changed, 0 insertions, 0 deletions