a couple of very minor improvements
authorGood Guy <good1.2guy@gmail.com>
Mon, 12 Jun 2023 22:54:32 +0000 (16:54 -0600)
committerGood Guy <good1.2guy@gmail.com>
Mon, 12 Jun 2023 22:54:32 +0000 (16:54 -0600)
parts/DVD.tex
parts/Developer.tex

index 852dfdb0fac5125abbdfa56db1e016a8c26a05fe..5d38c8d822e16203431f997b2c4cc3f53c6f3311 100644 (file)
@@ -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.
index ca0889edcf695bd38474a79cebb705c6db48eec7..8f8cab221a08a81c7904e8f9a08751e9d32c1e6c 100644 (file)
@@ -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}