You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes: pytorch#619
* Commit defines `CpuDeviceInterface` and moves video `*OnCPU` methods
from `SingleStreamDecoder` to it.
* Audio `*OnCPU` methods left in `SingleStreamDecoder`
* Constructor API of `DeviceInterface` was changed to allow passing
`AVRational timeBase` required to initialize ffmpeg filter graph
Signed-off-by: Dmitry Rogozhkin <[email protected]>
Fixes: pytorch#619
* Commit defines `CpuDeviceInterface` and moves video `*OnCPU` methods
from `SingleStreamDecoder` to it.
* Audio `*OnCPU` methods left in `SingleStreamDecoder`
* Constructor API of `DeviceInterface` was changed to allow passing
`AVRational timeBase` required to initialize ffmpeg filter graph
Signed-off-by: Dmitry Rogozhkin <[email protected]>
dvrogozh
added a commit
to dvrogozh/torchcodec
that referenced
this issue
Apr 29, 2025
Fixes: pytorch#619
* Commit defines `CpuDeviceInterface` and moves video `*OnCPU` methods
from `SingleStreamDecoder` to it.
* Audio `*OnCPU` methods left in `SingleStreamDecoder`
* Constructor API of `DeviceInterface` was changed to allow passing
`AVRational timeBase` required to initialize ffmpeg filter graph
Signed-off-by: Dmitry Rogozhkin <[email protected]>
As discussed in:
A follow up after #606 - need to define
CpuDevice
class and moveSingleStreamDecoder::*OnCPU()
functions to it.CC: @scotts, @NicolasHug
The text was updated successfully, but these errors were encountered: