From ee32c05e331f6945971f261a98e7b794cf0f3697 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Thu, 22 Jun 2023 09:32:38 -0600 Subject: [PATCH] bitstream in render formats is working again --- parts/FFmpeg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/FFmpeg.tex b/parts/FFmpeg.tex index e3d434c..a2f93ff 100644 --- a/parts/FFmpeg.tex +++ b/parts/FFmpeg.tex @@ -102,7 +102,7 @@ In \texttt{typ.ext} encoder parameter files, the first line is defined as: (or) muxer codec | bitstream filter [ bitstream filter options ] \end{lstlisting} -where the | represents piping the codec data through the bitstream filter (the bitstream option is is currently not working). The rest of the lines in the file should look as follows: +where the | represents piping the codec data through the bitstream filter. The rest of the lines in the file should look as follows: \begin{lstlisting}[style=sh] # in column one is a comment -- 2.26.2