We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69760e commit 636037dCopy full SHA for 636037d
src/torchcodec/decoders/_core/FFMPEGCommon.cpp
@@ -62,7 +62,7 @@ int64_t getDuration(const AVFrame* frame) {
62
63
int64_t getNumChannels(const UniqueAVCodecContext& avCodecContext) {
64
#if LIBAVFILTER_VERSION_MAJOR > 8 || \
65
- (IBAVFILTER_VERSION_MAJOR == 8 && LIBAVFILTER_VERSION_MINOR >= 44)
+ (LIBAVFILTER_VERSION_MAJOR == 8 && LIBAVFILTER_VERSION_MINOR >= 44)
66
int numChannels = avCodecContext->ch_layout.nb_channels;
67
#else
68
int numChannels = avCodecContext->channels;
0 commit comments