Skip to content

Commit ab49a59

Browse files
committed
updated variables in python files
1 parent cbfba11 commit ab49a59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/torchcodec/_core/Encoder.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ class AudioEncoder {
4949
UniqueSwrContext swrContext_;
5050
AudioStreamOptions audioStreamOptions;
5151

52-
// TODO-ENCODING: desiredNumChannels should just be part of an options struct,
53-
// see other TODO above.
54-
int desiredNumChannels_ = -1;
5552
int outNumChannels_ = -1;
5653

5754
const torch::Tensor samples_;

0 commit comments

Comments
 (0)