Skip to content

Commit 968b30f

Browse files
committed
updated variables in python files
1 parent e041abc commit 968b30f

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
@@ -47,11 +47,8 @@ class AudioEncoder {
4747
UniqueAVCodecContext avCodecContext_;
4848
int streamIndex_;
4949
UniqueSwrContext swrContext_;
50-
5150
AudioStreamOptions audioStreamOptions;
5251

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

0 commit comments

Comments
 (0)