Revert "Patch according to bug #1986 Continuity counter error again https://tvheadend.org/issues/1986"
All checks were successful
continuous-integration/drone/push Build is passing

This reverts commit 4e9319e83a.
This commit is contained in:
2023-09-27 16:04:04 +02:00
parent 4e9319e83a
commit 304863d805
2 changed files with 0 additions and 13 deletions

View File

@@ -72,8 +72,6 @@ RUN \
git clone https://github.com/tvheadend/tvheadend.git /tmp/tvheadend && \
cd /tmp/tvheadend && \
git checkout ${TVHEADEND_COMMIT} && \
git apply /tmp/patches/001-patch-PAT.patch && \
cat src/input/mpegts/dvb_psi.c && \
./configure \
`#Encoding` \
--disable-ffmpeg_static \

View File

@@ -1,11 +0,0 @@
--- "a/src/input/mpegts/dvb_psi.c"
+++ "b/src/input/mpegts/dvb_psi.c"
@@ -997,7 +997,7 @@ dvb_pat_callback
/* Process each programme */
ptr += 5;
len -= 5;
- while(len >= 4) {
+ while(0) {
sid = extract_svcid(ptr);
pid = extract_pid(ptr + 2);