Skip to content

Commit

Permalink
Fix verify error running on JellyBean. Add link to Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Woodman committed Jun 24, 2014
1 parent 27ab5c8 commit 1482dde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ get started.
[ExoPlayer developer guide]: http://developer.android.com/guide/topics/media/exoplayer.html


## Reference documentation ##

[Class reference][] (Documents the ExoPlayer library classes).

[Class reference]: http://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer/package-summary.html


## Using Eclipse ##

The repository includes Eclipse projects for both the ExoPlayer library and its
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public void onManifest(String contentId, MediaPresentationDescription manifest)
// HD streams require L1 security.
videoRepresentations = getSdRepresentations(videoRepresentations);
}
} catch (UnsupportedSchemeException e) {
} catch (Exception e) {
callback.onRenderersError(e);
return;
}
Expand Down

0 comments on commit 1482dde

Please sign in to comment.