[vlc-devel] [PATCH 2/2] bpg: add libbpg decoder

Tristan Matthews le.businessman at gmail.com
Wed Jan 7 00:11:29 CET 2015


On Tue, Jan 6, 2015 at 4:45 PM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> On 05 Jan, Tristan Matthews wrote :
>> ---
>>  configure.ac              |  11 +++
>>  include/vlc_fourcc.h      |   1 +
>>  modules/codec/Makefile.am |   6 ++
>>  modules/codec/bpg.c       | 187 ++++++++++++++++++++++++++++++++++++++++++++++
>>  modules/demux/image.c     |   4 +
>>  src/misc/fourcc.c         |   3 +
>>  src/misc/image.c          |   2 +
>
> Missing NEWS, POTFILES.in and MODULES_LIST

Will do.

>
>
>> +    set_capability( "decoder", 1000 )
>
> why 1000 ?

Cargo-culted from jpeg/png decoders, what value would make more sense?

-t

>
> The rest seems good.
>
> With my kindest regards,
>
> --
> Jean-Baptiste Kempf
> http://www.jbkempf.com/ - +33 672 704 734
> Sent from my Electronic Device
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel



More information about the vlc-devel mailing list