summaryrefslogtreecommitdiff
path: root/doc/examples/http_multiclient.c
Commit message (Collapse)AuthorAge
* examples: Don't call deprecated functions which don't do anythingMark Thompson2018-02-09
|
* doc/examples/http_multiclient: Fix resource leakMichael Niedermayer2016-12-26
| | | | | | Fixes CID1396269 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/examples/http_multiclient: Fix "doc/examples/http_multiclient.c:43:9: ↵Michael Niedermayer2016-10-09
| | | | | | warning: passing argument 4 of av_opt_get from incompatible pointer type" Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/examples/http_multiclient: fix mixed declarations and codeClément Bœsch2016-09-30
|
* doc/examples/http_multiclient: fix compilationClément Bœsch2016-09-30
| | | | Fixes error: no previous prototype for ‘process_client’ [-Werror=missing-prototypes]
* doc/examples/http_multiclient: Fix occured typoMichael Niedermayer2015-09-04
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/example: Add http multi-client example codeStephan Holljes2015-08-01
Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com>