[Android] [PATCH 02/13] move Media flags to LibVLC
Thomas Guillem
thomas at gllm.fr
Thu Jan 15 22:49:21 CET 2015
On Thu, Jan 15, 2015, at 20:49, Edward Wang wrote:
> On 2015-01-15 11:12, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> > + public final static int MEDIA_FLAG_NO_VIDEO = 0x01;
> > >+ public final static int MEDIA_FLAG_NO_HWACCEL = 0x02;
> > >+
>
> How about
>
> public final static int MEDIA_NO_VIDEO = 0x01;
> public final static int MEDIA_NO_HWACCEL = 0x02;
>
> The flag nature of it can always be put into a Javadoc.
OK.
>
> Regards,
> Edward Wang
> _______________________________________________
> Android mailing list
> Android at videolan.org
> https://mailman.videolan.org/listinfo/android
More information about the Android
mailing list