diff mp_msg.h @ 7058:2e5c07262861

new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>: - multithreaded audio/video buffering (I know mplayer crew hates threads but it seems to me as the only way of doing reliable a/v capture) - a/v timebase synchronization (sample count vs. gettimeofday) - "immediate" mode support for mplayer - fixed colorspace stuff - RGB?? and YUY2 modes now work as expected - native ALSA audio capture - separated audio input layer
author arpi
date Wed, 21 Aug 2002 21:31:20 +0000
parents 74115095d9fe
children d08513b9fed6
line wrap: on
line diff
--- a/mp_msg.h	Wed Aug 21 21:24:23 2002 +0000
+++ b/mp_msg.h	Wed Aug 21 21:31:20 2002 +0000
@@ -85,6 +85,7 @@
 
 void mp_msg_init();
 void mp_msg_set_level(int verbose);
+int mp_msg_test(int mod, int lev);
 
 #include "config.h"