Skip to content

Commit 191af87

Browse files
committed
Add bikeshedding TODO item
1 parent b2c5dc9 commit 191af87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/torchcodec/decoders/_core/_metadata.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ def best_audio_stream(self) -> AudioStreamMetadata:
203203
return metadata
204204

205205

206+
# TODO-AUDIO: This is user-facing. Should this just be `get_metadata`, without
207+
# the "container" name in it? Same below.
206208
def get_container_metadata(decoder: torch.Tensor) -> ContainerMetadata:
207209
"""Return container metadata from a decoder.
208210

0 commit comments

Comments
 (0)