#2247 closed defect (fixed)
building doc fails
| Reported by: | Alexander | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | documentation |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | yes |
Description
Summary of the bug:
How to reproduce:
version 1.1.1
--enable-doc
doc/ffmpeg-filters.pod around line 6428: Non-ASCII character seen before =encoding in '8?8'. Assuming UTF-8
POD document had syntax errors at /usr/local/ActivePerl-5.14/site/bin/pod2man line 69.
- For example, produce 8×8 PNG tiles of all keyframes (B<-skip_frame
+For example, produce 8x8 PNG tiles of all keyframes (B<-skip_frame
change symbol ×
to lowercase x
Change History (2)
comment:1 by , 14 years ago
| Analyzed by developer: | set |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 14 years ago
| Keywords: | unknown symbol removed |
|---|---|
| Version: | 1.1.2 → git-master |
Note:
See TracTickets
for help on using tickets.



Should be fixed in:
commit 1afbb4c226203c1a0853c9ad469cd9ef337080e4 Author: Stefano Sabatini <stefasab@gmail.com> Date: Thu Feb 7 20:28:30 2013 +0100 doc/filters: remove another instance of '×' Fix trac ticket #2247.