[MPlayer-dev-eng] tv input problems and partial solutions [PATCH]

Paul Ortyl ortylp at 3miasto.net
Mon Jun 24 20:53:10 CEST 2002


On Mon, Jun 24, 2002 at 06:33:52PM +0200, Alex Beregszaszi wrote:

> thx, applied

Again...

The patch you've applied will no work without the change in video.c
==================================================================
diff -Nur main.orig/libmpdemux/video.c main/libmpdemux/video.c
--- main.orig/libmpdemux/video.c        Fri Jun 14 02:49:56 2002
+++ main/libmpdemux/video.c     Mon Jun 24 02:21:08 2002
@@ -288,7 +288,7 @@
        if(d_video->pts>0 && pts1>0 && d_video->pts>pts1)
          frame_time=d_video->pts-pts1;
         break;
-#ifdef HAVE_TV_BSDBT848   
+#ifdef USE_TV
       case DEMUXER_TYPE_TV:
 #endif
       case DEMUXER_TYPE_MOV:
================================================================

so that the DEMUXER_TYPE_TV is used not only for BSDBT848, but V4L too.

Regards,

	Paul

-- 
Paul Ortyl <mailto:ortylp at 3miasto.net>
  Technical University of Gdansk, Telecommunications Faculty
--



More information about the MPlayer-dev-eng mailing list