Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dali/operators/video/decoder/video_decoder_cpu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ The operator utilizes either libavcodec (FFmpeg) or NVIDIA Video Codec SDK (NVDE

The following video codecs are supported by both CPU and Mixed backends:

* H.264/AVC
* H.265/HEVC
* VP8
* VP9
* MJPEG
Expand All @@ -36,6 +34,8 @@ The following codecs are supported by the Mixed backend only:

* AV1
* MPEG-4
* H.264/AVC
* H.265/HEVC

Each output sample is a sequence of frames with shape ``(F, H, W, C)`` where:

Expand Down
4 changes: 2 additions & 2 deletions dali/operators/video/reader/video_reader_decoder_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,6 @@ The operator utilizes either libavcodec (FFmpeg) or NVIDIA Video Codec SDK (NVDE

The following video codecs are supported by both CPU and GPU backends:

* H.264/AVC
* H.265/HEVC
* VP8
* VP9
* MJPEG
Expand All @@ -746,6 +744,8 @@ The following codecs are supported by the GPU backend only:

* AV1
* MPEG-4
* H.264/AVC
* H.265/HEVC

The outputs of the operator are: video, [labels], [frame_num], [timestamps].

Expand Down