Opened 14 years ago
Closed 14 years ago
#1511 closed defect (fixed)
udp protocol docs missing some options
| Reported by: | burek | Owned by: | stefano |
|---|---|---|---|
| Priority: | minor | Component: | documentation |
| Version: | git-master | Keywords: | udp |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | yes |
Description
The html docs about udp protocol, located here http://ffmpeg.org/ffmpeg.html#udp is missing description for 2 options: "fifo_size" and "overrun_nonfatal"
Change History (2)
comment:1 by , 14 years ago
| Keywords: | udp added |
|---|---|
| Priority: | normal → minor |
| Reproduced by developer: | set |
| Status: | new → open |
| Version: | unspecified → git-master |
comment:2 by , 14 years ago
| Analyzed by developer: | set |
|---|---|
| Resolution: | → fixed |
| Status: | open → closed |
Note:
See TracTickets
for help on using tickets.



Fixed in:
commit 469b9ce83fb702b8c988d4dc82cd28c2c6b262cd Author: Stefano Sabatini <stefasab@gmail.com> Date: Sun Jul 15 20:56:08 2012 +0200 doc/protocols: document "fifo_size" and "overrun_nonfatal" UDP options Address trac ticket #1511.