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.
2 parents be8a481 + fbd16f6 commit cd1aa1eCopy full SHA for cd1aa1e
src/torchcodec/_core/BetaCudaDeviceInterface.h
@@ -64,14 +64,14 @@ class BetaCudaDeviceInterface : public DeviceInterface {
64
private:
65
int sendCuvidPacket(CUVIDSOURCEDATAPACKET& cuvidPacket);
66
67
+ void initializeBSF(
68
+ const AVCodecParameters* codecPar,
69
+ const UniqueDecodingAVFormatContext& avFormatCtx);
70
// Apply bitstream filter, returns filtered packet or original if no filter
71
// needed.
72
ReferenceAVPacket& applyBSF(
73
ReferenceAVPacket& packet,
74
ReferenceAVPacket& filteredPacket);
- void initializeBSF(
- const AVCodecParameters* codecPar,
- const UniqueDecodingAVFormatContext& avFormatCtx);
75
76
CUdeviceptr previouslyMappedFrame_ = 0;
77
void unmapPreviousFrame();
0 commit comments