From 0712b93da9221223e66485110eaeb163b0f0139b Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sun, 19 Jun 2022 07:50:16 -0600 Subject: [PATCH] bitstream option not currently working --- parts/FFmpeg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/FFmpeg.tex b/parts/FFmpeg.tex index a2f93ff..e3d434c 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 rest of the lines in the file should look as follows: +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: \begin{lstlisting}[style=sh] # in column one is a comment -- 2.26.2