diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2024-01-14 15:29:53 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-01-20 12:46:33 +0100 |
commit | 261fd5c841fe2c8141422d53d6909a8df723ab03 (patch) | |
tree | da63b727e5f4f4ff97b991f69bf80179a11a831e /doc | |
parent | 6e4d85a94ef05655f22a86317a44a42d1ae22d61 (diff) | |
download | ffmpeg-261fd5c841fe2c8141422d53d6909a8df723ab03.tar.gz |
doc/muxer: lowercase raw in raw PCM muxers section
Because this is not an acronym.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 4862540f79..1636f16cab 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -177,7 +177,7 @@ ffplay -video_size 1920x1080 -pixel_format rgb24 -f rawvideo testsrc.rgb @end example @end itemize -@section RAW PCM muxers +@section Raw PCM muxers This section covers raw PCM (Pulse-Code Modulation) audio muxers. They accept a single stream matching the designated codec. They do not |