diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-09-22 20:39:16 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-09-22 20:41:01 +0000 |
commit | 0de4efb8d72f215050d24a8912007c601cbbcb7d (patch) | |
tree | 1a1fd57506e5aac6b29ab3743374b8e65232d3e6 /doc | |
parent | fbf861cb84e222c3f01844a1b2cbf1983d59c309 (diff) | |
download | ffmpeg-0de4efb8d72f215050d24a8912007c601cbbcb7d.tar.gz |
doc/filters: put ladspa configure option into @code{}
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 4319eec70e..4a05242621 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1404,7 +1404,8 @@ out Load a LADSPA (Linux Audio Developer's Simple Plugin API) plugin. -To enable compilation of this filter you need to configure FFmpeg with "--enable-ladspa". +To enable compilation of this filter you need to configure FFmpeg with +@code{--enable-ladspa}. @table @option @item file, f |