Skip to content

Commit 636037d

Browse files
committed
Typo
1 parent f69760e commit 636037d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/decoders/_core/FFMPEGCommon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ int64_t getDuration(const AVFrame* frame) {
6262

6363
int64_t getNumChannels(const UniqueAVCodecContext& avCodecContext) {
6464
#if LIBAVFILTER_VERSION_MAJOR > 8 || \
65-
(IBAVFILTER_VERSION_MAJOR == 8 && LIBAVFILTER_VERSION_MINOR >= 44)
65+
(LIBAVFILTER_VERSION_MAJOR == 8 && LIBAVFILTER_VERSION_MINOR >= 44)
6666
int numChannels = avCodecContext->ch_layout.nb_channels;
6767
#else
6868
int numChannels = avCodecContext->channels;

0 commit comments

Comments
 (0)