[FFmpeg-devel] [PATCH] ARMovie/RPL demuxer rev3
    Diego Biurrun 
    diego
       
    Fri Mar 28 11:42:23 CET 2008
    
    
  
On Thu, Mar 27, 2008 at 11:23:36PM -0700, Eli Friedman wrote:
> Per subject, ARMovie/RPL demuxer; I think this addresses all the
> review comments.
build system part OK, some nits below
> --- libavformat/rpl.c	(revision 0)
> +++ libavformat/rpl.c	(revision 0)
> @@ -0,0 +1,409 @@
> +
> +    // Movie name
lowercase, same below
> +    // Audio format id
ID
> --- libavformat/allformats.c	(revision 12559)
> +++ libavformat/allformats.c	(working copy)
> @@ -138,6 +138,7 @@
>      REGISTER_MUXDEMUX (RM, rm);
>      REGISTER_MUXDEMUX (ROQ, roq);
> +    REGISTER_DEMUXER  (RPL, rpl);
>      REGISTER_DEMUXER  (REDIR, redir);
I just fixed alphabetical order here so you will have to refresh your
patch.
Diego
    
    
More information about the ffmpeg-devel
mailing list