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

Alex Beregszaszi alex at naxine.org
Mon Jun 24 22:30:10 CEST 2002


Hi,

> > 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.
ok-ok, i know, i was away and had no time to commit that too (becouse
my local tree contains modifications there)

-
alex



More information about the MPlayer-dev-eng mailing list