summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorDevin Heitmueller <devin.heitmueller@ltnglobal.com>2023-03-09 12:04:04 -0500
committerMarton Balint <cus@passwd.hu>2023-03-16 23:24:04 +0100
commit6273fb36ccefa38f4bd378d1611375492e70cac6 (patch)
treed684505c8358e2db39fa125e02095e3599d28681 /libavutil
parent14719b79394207df812fe7b6bc34fdee9f928ccb (diff)
downloadffmpeg-6273fb36ccefa38f4bd378d1611375492e70cac6.tar.gz
avformat/mpegtsenc: Restrict "async" behavior to KLV async packets
The original code would strip off the PTS/DTS of any packets which had a stream ID of STREAM_ID_PRIVATE_STREAM_1. While the intent was to apply this to asynchronous KLV packets, it was being applied to any codec that had that same stream ID (including types such as SMPTE 2038). Add a clause to the if() statement to ensure it only gets applied if the codec actually is KLV. Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavutil')
0 files changed, 0 insertions, 0 deletions