[vlc-devel] [PATCH v2] mmal/vout: Support native interlaced modes
Jean-Baptiste Kempf
jb at videolan.org
Sat Oct 11 12:44:56 CEST 2014
On 10 Oct, Julian Scheel wrote :
> +#define MMAL_NATIVE_INTERLACE_TEXT N_("Try to render interlaced video in native mode.")
Too convoluted, unclear and not-generic enough sentence.
> +#define MMAL_NATIVE_INTERLACE_LONGTEXT N_("Tries to setup an interlaced video mode which matches the video format. This allows the connected display to handle the deinterlacing.")
Idem.
> bool adjust_refresh_rate;
> + bool native_interlaced;
> + bool b_top_field_first;
> int next_phase_check;
> + bool b_progressive;
> int phase_offset;
Your packing is not really good, to be honest.
> int layer;
> @@ -311,6 +320,7 @@ static void Close(vlc_object_t *object)
> {
> vout_display_t *vd = (vout_display_t *)object;
> vout_display_sys_t *sys = vd->sys;
> + char response[80];
Why 80?
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the vlc-devel
mailing list