From a9657eba64b707d275efc19a697a5c05d58ff893 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 5 Oct 2020 23:10:22 +0900 Subject: [PATCH] =?UTF-8?q?=E8=BB=BD=E5=BE=AE=E3=81=AA=E6=9C=80=E9=81=A9?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://echo.5ch.net/test/read.cgi/avi/1428405907/602-603n --- src/arib_std_b25.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arib_std_b25.c b/src/arib_std_b25.c index 30827f6..4867fed 100644 --- a/src/arib_std_b25.c +++ b/src/arib_std_b25.c @@ -1414,10 +1414,10 @@ static int proc_pmt(ARIB_STD_B25_PRIVATE_DATA *prv, TS_PROGRAM *pgrm) head += length; /* save old streams */ - memcpy(&tmp_old_strm, &(pgrm->old_strm), sizeof(TS_STREAM_LIST)); + tmp_old_strm = pgrm->old_strm; /* save current streams */ - memcpy(&(pgrm->old_strm), &(pgrm->streams), sizeof(TS_STREAM_LIST)); + pgrm->old_strm = pgrm->streams; memset(&(pgrm->streams), 0, sizeof(TS_STREAM_LIST)); /* add current stream entries */