Skip to content

Commit 4a68dbb

Browse files
committed
Split out playback from TvInput Session
This get's us to a point where we can more easily implement timeshift, DVR, and removes the last bits of code related to the VLC vs ExoPlayer vs MediaPlayer legacy choice
1 parent 8012c76 commit 4a68dbb

File tree

6 files changed

+357
-333
lines changed

6 files changed

+357
-333
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
// compile(name: 'extension-ffmpeg-debug', ext: 'aar')
8686
compile 'ch.acra:acra:4.9.2'
8787

88-
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5'
88+
debugCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
8989
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
9090
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
9191
}

0 commit comments

Comments
 (0)