]> git.sesse.net Git - vlc/blobdiff - share/lua/README.txt
Remove VLC_OBJECT_ENCODER
[vlc] / share / lua / README.txt
index faf59257ec7db204a2e1ca5178f8174c9853f97d..3dd3fc87cf4b6f52b20e79d016455147ad9dbae9 100644 (file)
@@ -156,7 +156,7 @@ object.find( object, type, mode ): Find an object of given type. mode can
   "object"'s children. If set to "anywhere", it will look in all the
   objects. If object is unset, the current module's object will be used.
   Type can be: "libvlc", "playlist", "input", "decoder",
-  "vout", "aout", "packetizer", "encoder", "generic".
+  "vout", "aout", "packetizer", "generic".
   This function is deprecated and slow and should be avoided.
 object.find_name( object, name, mode ): Same as above except that it matches
   on the object's name and not type. This function is also slow and should