[FFmpeg-devel] [PATCH] fix two spelling errors
Michael Niedermayer
michaelni at gmx.at
Sat Sep 6 19:38:16 CEST 2014
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140906/d3bba234/attachment.asc>
More information about the ffmpeg-devel
mailing list