[FFmpeg-devel] [PATCH] Cosmetics: improve long names for ffm muxer and demuxer
Diego Biurrun
diego
Sun Jul 20 14:50:26 CEST 2008
On Sat, Jul 19, 2008 at 06:03:30PM -0700, Baptiste Coudurier wrote:
>
> Stefano Sabatini wrote:
> >
> > --- libavformat/ffmdec.c (revision 14284)
> > +++ libavformat/ffmdec.c (working copy)
> > @@ -477,7 +477,7 @@
> >
> > AVInputFormat ffm_demuxer = {
> > "ffm",
> > - NULL_IF_CONFIG_SMALL("ffm format"),
> > + NULL_IF_CONFIG_SMALL("FFserver live feed Muxer"),
> > sizeof(FFMContext),
>
> I don't think this is the right name.
Well, it is called by that name in the code:
* FFM (ffserver live feed) demuxer
Diego
More information about the ffmpeg-devel
mailing list