[FFmpeg-devel] Missing documentation of metadata keys

Diego Biurrun diego
Wed Oct 21 14:52:20 CEST 2009


On Wed, Oct 21, 2009 at 12:27:43AM +0200, Stefano Sabatini wrote:
> 
> > --- ffmpeg.c	(revision 20334)
> > +++ ffmpeg.c	(working copy)
> > @@ -2604,8 +2605,25 @@
> >  
> >      if(!mid){
> > +        if (!strcmp(arg, "list")) {
> > +            const AVMetadataConv *conv;
> > +            if (!file_oformat) {
> > +                fprintf(stderr, "Output format must be specified to list metadata tags.\n");
> 
> Maybe better without the point, more consistent with most FFmpeg
> messages.

I suggest writing messages in English instead.  In English (full)
sentences end in a period.

Diego



More information about the ffmpeg-devel mailing list