[FFmpeg-soc] [soc]: r5738 - mms/mmst.c
Benoit Fouet
benoit.fouet at free.fr
Thu Apr 8 09:01:45 CEST 2010
On Wed, 7 Apr 2010 18:55:49 +0200 (CEST) spyfeng wrote:
> Modified: mms/mmst.c
> ==============================================================================
> --- mms/mmst.c Wed Apr 7 18:48:45 2010 (r5737)
> +++ mms/mmst.c Wed Apr 7 18:55:49 2010 (r5738)
> @@ -563,10 +563,14 @@ static int mms_open_cnx(URLContext *h, c
> int err = AVERROR(EIO);
> int ret;
>
> + h->is_streamed = 1;
> + h->priv_data = av_mallocz(sizeof(MMSContext));
> + mms = (MMSContext *) h->priv_data;
> +
useless cast
More information about the FFmpeg-soc
mailing list