Credit Andrea - new color wheel image and explanation for ChromaKeyHSV
[goodguy/cin-manual-latex.git] / parts / FFmpeg.tex
index a2f93ffedda5edca766154d9c495c1090d89a6e8..12c867c535bc04e6530fe2a8af75ac3fc65981ad 100644 (file)
@@ -53,15 +53,15 @@ In the ffmpeg configuration directory there are a series of options files used w
 
 \begin{center}
     \small
-    \begin{tabular}{l m{25em}}
-        \toprule
+    \begin{tabular}{lm{25em}}
+        \hline
         ffmpeg/ffmpeg.opts & global ffmpeg options, always used \\
         ffmpeg/decode.opts & global decoder options, used when opening existing files for decoding \\
         ffmpeg/encode.opts & global encoder options, used when creating new files for encoding \\
         ffmpeg/audio/audio.opts & audio encoder options, used when creating audio streams \\
         ffmpeg/video/video.opts & video encoder options, used when creating video streams \\
         ffmpeg/plugin.opts & parameters for ffmpeg filters as audio/video plugins \\
-        \bottomrule
+        \hline
     \end{tabular}
 \end{center}