From 6bb9bb301c01bcf89083f1c9859724e0125c248a Mon Sep 17 00:00:00 2001 From: Good Guy Date: Mon, 12 Jun 2023 16:54:32 -0600 Subject: [PATCH] a couple of very minor improvements --- parts/DVD.tex | 2 +- parts/Developer.tex | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/parts/DVD.tex b/parts/DVD.tex index 852dfdb..5d38c8d 100644 --- a/parts/DVD.tex +++ b/parts/DVD.tex @@ -34,7 +34,7 @@ A quick set of basic steps to create DVDs is immediately below and usually just \item If not logged in as root, you will get an error message in order to avoid doing a lot of work and then failing out because root is required for automount and to write on DVD hardware. \item Load your input source media via: \texttt{File $\rightarrow$ Load files}. \item Choose PAL or NTSC for SD/dvd or 1080P/24 for blu-ray in \texttt{Settings $\rightarrow$ Format}. - \item If DVD "Interlace Mode" of Bottom Field First is wanted, you MUST set that in \texttt{Settings $\rightarrow$ Format}. + \item If DVD "Interlace Mode" of Bottom Field First is wanted, you MUST set that in \texttt{Settings $\rightarrow$ Format}. If you do, then also remember to change it when you no longer want BFF. \item For blu-ray, choose BD Render or for PAL/NTSC, choose DVD \textit{Render} in \textit{File} menu. \item Designate a \textit{work path} with sufficient disk space and then Chk-OK. \item When the Batch Render window comes up, click on \textit{Start} and the batch jobs will run. diff --git a/parts/Developer.tex b/parts/Developer.tex index ca0889e..8f8cab2 100644 --- a/parts/Developer.tex +++ b/parts/Developer.tex @@ -520,6 +520,10 @@ It is impossible to test everything with valgrind because some things are just t deadly. The listing of the memory leaks can be quite voluminous so locating the \textit{LEAK SUMMARY} section towards the end of the report is most useful. +Another very useful valgrind run to locate unitialized variables while executing is: + +\hspace{2em}\texttt{valgrind -{}-log-file=/tmp/log -{}-tool=memcheck\\ + -{}-num-callers=32 ./ci} \section{CFLAGS has -Wall} \label{sec:cflags_has_-wall} -- 2.26.2