Skip to content

Commit

Permalink
fix: nextlib namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbeesetti committed Aug 18, 2023
1 parent 9776881 commit ec2bf54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import androidx.media3.ui.AspectRatioFrameLayout
import androidx.media3.ui.CaptionStyleCompat
import androidx.media3.ui.PlayerView
import androidx.media3.ui.TimeBar
import com.github.anilbeesetti.nextlib.ffcodecs.NextRenderersFactory
import com.google.android.material.color.DynamicColors
import com.google.android.material.dialog.MaterialAlertDialogBuilder
import dagger.hilt.android.AndroidEntryPoint
Expand Down Expand Up @@ -77,6 +76,7 @@ import dev.anilbeesetti.nextplayer.feature.player.utils.PlayerApi
import dev.anilbeesetti.nextplayer.feature.player.utils.PlayerGestureHelper
import dev.anilbeesetti.nextplayer.feature.player.utils.PlaylistManager
import dev.anilbeesetti.nextplayer.feature.player.utils.toMillis
import io.github.anilbeesetti.nextlib.ffcodecs.NextRenderersFactory
import java.nio.charset.Charset
import java.util.Arrays
import kotlinx.coroutines.Dispatchers
Expand Down

0 comments on commit ec2bf54

Please sign in to comment.