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 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
