]> git.sesse.net Git - vlc/blobdiff - include/config.h
* ./src/video_output/video_output.c: fixed the "picture has invalid status"
[vlc] / include / config.h
index 055b2ba7bf27181eee44775e4d02502f15a276f2..ed3e8c8aa579d1dfeaa5114d6a2261e13aef84a0 100644 (file)
 /* Maximal size of the message queue - in case of overflow, all messages in the
  * queue are printed, but not sent to the threads */
 #define VLC_MSG_QSIZE                   256
+
+/* Maximal depth of the object tree output by vlc_dumpstructure */
+#define MAX_DUMPSTRUCTURE_DEPTH         100