]> git.sesse.net Git - ffmpeg/blobdiff - libswresample/swresample_internal.h
Merge commit '06a1d1323bc8afd03f085ae98d9b74e431b3534e'
[ffmpeg] / libswresample / swresample_internal.h
index 9edfdc88684cdafe5983df01e752c6e1e98adbf8..be4b321f702e679b211237c783b0650651192576 100644 (file)
@@ -62,7 +62,7 @@ struct DitherContext {
     float ns_coeffs[NS_TAPS];                       ///< Noise shaping filter coefficients
     float ns_errors[SWR_CH_MAX][2*NS_TAPS];
     AudioData noise;                                ///< noise used for dithering
-    AudioData temp;                                 ///< temporary storage when writing into the input buffer isnt possible
+    AudioData temp;                                 ///< temporary storage when writing into the input buffer isn't possible
     int output_sample_bits;                         ///< the number of used output bits, needed to scale dither correctly
 };