Skip to content

Commit

Permalink
Split out playback from TvInput Session
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kiall committed Apr 4, 2017
1 parent 8012c76 commit 4a68dbb
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 333 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
// compile(name: 'extension-ffmpeg-debug', ext: 'aar')
compile 'ch.acra:acra:4.9.2'

debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5'
debugCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
}
Loading

0 comments on commit 4a68dbb

Please sign in to comment.