]> git.sesse.net Git - ffmpeg/commit
examples/avio_dir_cmd: drop support for move/delete operations
authorAnton Khirnov <anton@khirnov.net>
Fri, 10 Jan 2020 11:10:09 +0000 (12:10 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 16 Mar 2020 08:23:37 +0000 (09:23 +0100)
commit15546f772c686412d3e823ff8db266796541846e
tree874c4b3afe3c6a51d011eace420100b1311b1e1e
parent7f0a7e3e63ff0d342772cbc7e6e5d652900d6710
examples/avio_dir_cmd: drop support for move/delete operations

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.
configure
doc/examples/.gitignore
doc/examples/Makefile
doc/examples/Makefile.example
doc/examples/avio_list_dir.c [moved from doc/examples/avio_dir_cmd.c with 69% similarity]