aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/avio_dir_cmd.c
Commit message (Collapse)AuthorAgeFilesLines
* examples/avio_dir_cmd: drop support for move/delete operationsAnton Khirnov2020-03-161-178/+0
| | | | | | | | They use non-public functions, which is unacceptable for a public API example. Rename the example back to avio_list_dir. This effectively reverts c84d208c275d6a43b3c3421d38772179abf8acee and 767d780ec001167b2fd8f6cfe4ef78a3a8b1e34c.
* examples: Don't call deprecated functions which don't do anythingMark Thompson2018-02-091-2/+0
|
* doc/examples: rename avio_list_dir -> avio_dir_cmdMariusz SzczepaƄczyk2015-08-161-0/+180
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>