diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-06 03:51:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-06 03:59:37 +0200 |
commit | a32e306be3a2cddf919755862e45dce5db62dd96 (patch) | |
tree | 8aee51a117bb95ea842842ce45e6385a669d2b03 /doc | |
parent | 9101ef6757e964c64dd1b3c50baccbe6f5e52550 (diff) | |
download | ffmpeg-a32e306be3a2cddf919755862e45dce5db62dd96.tar.gz |
doc/muxers: document which applications are known to need disable_chpl.
Thanks to: John Stebbins <stebbins@jetheaddev.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index af4afc1b87..d7833a6310 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -555,7 +555,8 @@ Add RTP hinting tracks to the output file. Disable Nero chapter markers (chpl atom). Normally, both Nero chapters and a QuickTime chapter track are written to the file. With this option set, only the QuickTime chapter track will be written. Nero chapters can -cause failures when the file is reprocessed with certain tagging programs. +cause failures when the file is reprocessed with certain tagging programs, like +mp3Tag 2.61a and iTunes 11.3, most likely other versions are affected as well. @end table @subsection Example |