swr: fix copy & pasted comment to match the code.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8702e35b9b
commit
6e9c634c36
@ -62,7 +62,7 @@ struct SwrContext {
|
|||||||
AudioData preout; ///< pre-output audio data: used for rematrix/resample
|
AudioData preout; ///< pre-output audio data: used for rematrix/resample
|
||||||
AudioData out; ///< converted output audio data
|
AudioData out; ///< converted output audio data
|
||||||
AudioData in_buffer; ///< cached audio data (convert and resample purpose)
|
AudioData in_buffer; ///< cached audio data (convert and resample purpose)
|
||||||
AudioData dither; ///< cached audio data (convert and resample purpose)
|
AudioData dither; ///< noise used for dithering
|
||||||
int in_buffer_index; ///< cached buffer position
|
int in_buffer_index; ///< cached buffer position
|
||||||
int in_buffer_count; ///< cached buffer length
|
int in_buffer_count; ///< cached buffer length
|
||||||
int resample_in_constraint; ///< 1 if the input end was reach before the output end, 0 otherwise
|
int resample_in_constraint; ///< 1 if the input end was reach before the output end, 0 otherwise
|
||||||
|
Loading…
x
Reference in New Issue
Block a user