vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Feb 20 23:40:29 2013 +0200| [cd295cf14e41fc86c3721160b83104026b546dff] | committer: Rémi Denis-Courmont
rawdv: remove dated disabled code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd295cf14e41fc86c3721160b83104026b546dff --- modules/demux/rawdv.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/demux/rawdv.c b/modules/demux/rawdv.c index 62c4a15..77dc254 100644 --- a/modules/demux/rawdv.c +++ b/modules/demux/rawdv.c @@ -216,13 +216,6 @@ static int Open( vlc_object_t * p_this ) p_sys->fmt_video.video.i_width = 720; p_sys->fmt_video.video.i_height= dv_header.dsf ? 576 : 480;; - /* FIXME FIXME */ -#if 0 - /* necessary because input_SplitBuffer() will only get - * INPUT_DEFAULT_BUFSIZE bytes at a time. */ - p_input->i_bufsize = p_sys->frame_size; -#endif - p_sys->p_es_video = es_out_Add( p_demux->out, &p_sys->fmt_video ); /* Audio stuff */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
