[vlc-devel] [PATCH 1/2] libmp4: move some stuff into the header file

Frederic YHUEL fyhuel at viotech.net
Wed Mar 28 10:11:37 CEST 2012


2012/3/28 Frédéric Yhuel <fyhuel at viotech.net>:
> ---
>  modules/demux/mp4/libmp4.c |  132 --------------------------------------------
>  modules/demux/mp4/libmp4.h |  132 ++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 132 insertions(+), 132 deletions(-)
>

Hello,

I need this patch to be able to use some libmp4 macros and constant
global variables (TfrfBoxUUID) from my stream_filter module.

Also the patch "add macro MP4_GET4or8BYTES" must be applied before
(sorry I just think about it).


-- 
Frédéric



More information about the vlc-devel mailing list