[FFmpeg-devel] [PATCH] MMSH stream selection support for asf demuxer

Michael Niedermayer michaelni
Fri Nov 2 16:46:39 CET 2007


On Fri, Nov 02, 2007 at 10:51:59AM +0000, Bj?rn Axelsson wrote:
> Allow propagation of stream selection through the ASF demuxer to the
> MMSH protocol handler.
> 
> Requires the mms_protocol_base.diff patch first.

no, as long as CONFIG_MMSH_PROTOCOL is not defined this definitly
does not need any other patch


[...]
> @@ -106,6 +108,14 @@
>  }
>  #endif
>  
> +#ifdef CONFIG_MMSH_PROTOCOL
> +static int is_mms(ByteIOContext *pb)
> +{
> +    return url_fileno(pb) && url_fileno(pb)->prot &&
> +         !strcmp(url_fileno(pb)->prot->name, "mmsh");
> +}
> +#endif
> +

this ifdef is unneeded, remove it please, its the compilers job to remove
unused static functions

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071102/0e59b34b/attachment.pgp>



More information about the ffmpeg-devel mailing list