diff libmpdemux/tvi_v4l2.c @ 14245:815f03b7cee5

removing AFMT_ dependancy
author alex
date Mon, 27 Dec 2004 17:30:15 +0000
parents b13b17e0640a
children 849a6f39964f
line wrap: on
line diff
--- a/libmpdemux/tvi_v4l2.c	Mon Dec 27 11:09:49 2004 +0000
+++ b/libmpdemux/tvi_v4l2.c	Mon Dec 27 17:30:15 2004 +0000
@@ -43,7 +43,7 @@
 #include "videodev2.h"
 #include "../mp_msg.h"
 #include "../libvo/img_format.h"
-#include "../libao2/afmt.h"
+#include "../libaf/af_format.h"
 #include "tv.h"
 #include "audio_in.h"
 
@@ -731,7 +731,7 @@
 	}
 	return TVI_CONTROL_TRUE;
     case TVI_CONTROL_AUD_GET_FORMAT:
-	*(int *)arg = AFMT_S16_LE;
+	*(int *)arg = AF_FORMAT_S16_LE;
 	mp_msg(MSGT_TV, MSGL_V, "%s: get audio format: %d\n",
 	       info.short_name, *(int *)arg);
 	return TVI_CONTROL_TRUE;