[vlc-devel] [PATCH] dcp: Creation of LUA script to read DCP

Rémi Denis-Courmont remi at remlab.net
Tue Mar 5 17:39:52 CET 2013


Le mardi 5 mars 2013 18:13:02, Pierre Villard a écrit :
> ---
>  share/lua/playlist/dcp.lua |  330
> ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 330
> insertions(+)
>  create mode 100644 share/lua/playlist/dcp.lua

- This script misbehaves when the input is not a local file.
- stat() MUST be used to check if a file exists and the file type MUST be 
checked. open()-then-close() is inefficient and prone to deadlock.
- Applying the patch generates a warning.
- FOR THE UMPTEENTH TIME, a file URI is NOT obtained by prepending file:// to 
the file path.
- The patch lacks the build system part.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list