[FFmpeg-soc] [soc]: r5738 - mms/mmst.c
zhentan feng
spyfeng at gmail.com
Thu Apr 8 15:09:44 CEST 2010
Hi
On Thu, Apr 8, 2010 at 3:01 PM, Benoit Fouet <benoit.fouet at free.fr> wrote:
> 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
>
> i fixed it, thanks.
zhentan
--
Best wishes~
More information about the FFmpeg-soc
mailing list