[FFmpeg-devel] [PATCH] G.729 initialization routine (skeleton)

Diego Biurrun diego
Sat Jun 6 06:38:55 CEST 2009


On Sat, Jun 06, 2009 at 01:01:02AM +0200, Stefano Sabatini wrote:
> On date Friday 2009-06-05 14:24:39 +0700, Vladimir Voroshilov encoded:
> > 
> > --- ffmpeg-r19088.orig/libavcodec/g729dec.c
> > +++ ffmpeg-r19088.mod/libavcodec/g729dec.c
> > @@ -97,11 +107,45 @@ static inline int g729_get_parity(uint8_t value)
> > +        av_log(avctx, AV_LOG_ERROR, "Sample rate %d is not supported.\n", avctx->sample_rate);
> 
> I'd prefer avoid the point at the end of the message sentences.

The period is correct and should stay.

Diego



More information about the ffmpeg-devel mailing list