summaryrefslogtreecommitdiffstats
path: root/tests/ref/lavf
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2019-08-08 09:53:10 +0200
committerMarton Balint <cus@passwd.hu>2019-08-23 22:49:01 +0200
commit2fb550893f7564118ca59765ee5fd1acab819581 (patch)
treedf1f308a1a746106a1951bf4edfecf41fd752222 /tests/ref/lavf
parent5c119bf189c3a8806991e6909f9dfc2686189e5e (diff)
downloadffmpeg-streaming-2fb550893f7564118ca59765ee5fd1acab819581.zip
ffmpeg-streaming-2fb550893f7564118ca59765ee5fd1acab819581.tar.gz
avformat/mpegtsenc: get rid of packet counting for sdt/pat/pmt
The packet counting based approach caused excessive sdt/pat/pmt for VBR, so let's use a timestamp based approach instead similar to how we emit PCRs. SDT/PAT/PMT period should be consistent for both VBR and CBR from now on. Also change the type of sdt_period and pat_period to AV_OPT_TYPE_DURATION so no floating point math is necessary. Fixes ticket #3714. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/ref/lavf')
-rw-r--r--tests/ref/lavf/ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/lavf/ts b/tests/ref/lavf/ts
index 09960f8..b004fc1 100644
--- a/tests/ref/lavf/ts
+++ b/tests/ref/lavf/ts
@@ -1,3 +1,3 @@
-38f4b14d43a0e416be8d598628997cbc *tests/data/lavf/lavf.ts
-407020 tests/data/lavf/lavf.ts
+371dc016eb3155116bea27e3b4eeb928 *tests/data/lavf/lavf.ts
+389160 tests/data/lavf/lavf.ts
tests/data/lavf/lavf.ts CRC=0x71287e25
OpenPOWER on IntegriCloud