mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Remove TODOs
PiperOrigin-RevId: 517444208
This commit is contained in:
parent
d41d025803
commit
aed5d62602
1 changed files with 0 additions and 3 deletions
|
|
@ -220,7 +220,6 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||
|
||||
@Override
|
||||
public void onTrackCount(int trackCount) {
|
||||
// TODO(b/252537210): support varying track count and track types between AssetLoaders.
|
||||
nonEndedTracks.set(trackCount);
|
||||
}
|
||||
|
||||
|
|
@ -341,8 +340,6 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||
if ((sequenceLoopCount * editedMediaItems.size() + currentMediaItemIndex)
|
||||
>= processedInputsSize) {
|
||||
MediaItem mediaItem = editedMediaItems.get(currentMediaItemIndex).mediaItem;
|
||||
// TODO(b/252537210): consider getting the decoder names via a callback to simplify the logic
|
||||
// of adding processed inputs.
|
||||
ImmutableMap<Integer, String> decoders = currentAssetLoader.getDecoderNames();
|
||||
processedInputsBuilder.add(
|
||||
new ExportResult.ProcessedInput(
|
||||
|
|
|
|||
Loading…
Reference in a new issue