On Sat, Sep 06, 2014 at 12:13:30PM +0200, Andreas Cadhalpun wrote: > Hi, > > attached patch fixes two spelling errors that crept in: > allows to -> allows one to > syncronization -> synchronization > > Please apply it before 2.4 gets released. > > Best regards, > Andreas
[...] > --- a/libavformat/mpegts.c > +++ b/libavformat/mpegts.c > @@ -156,7 +156,7 @@ struct MpegTSContext { > }; > > #define MPEGTS_OPTIONS \ > - { "resync_size", "Size limit for looking up a new syncronization.", > offsetof(MpegTSContext, resync_size), AV_OPT_TYPE_INT, { .i64 = > MAX_RESYNC_SIZE}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM } > + { "resync_size", "Size limit for looking up a new synchronization.", > offsetof(MpegTSContext, resync_size), AV_OPT_TYPE_INT, { .i64 = > MAX_RESYNC_SIZE}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM } applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The misfortune of the wise is better than the prosperity of the fool. -- Epicurus
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel