minor corrections pre-sync
This commit is contained in:
parent
c32c267889
commit
4106a984ca
5 changed files with 6 additions and 10 deletions
|
|
@ -106,10 +106,9 @@ public class VideoInfo {
|
|||
public String resolution = "";
|
||||
}
|
||||
|
||||
protected static void formatNotKnown(int id)
|
||||
{
|
||||
protected static void formatNotKnown(int id) {
|
||||
Log.e(TAG, "format not known: \"" +
|
||||
Integer.toString(id) + "\". Call the programmer, he messed it up!");
|
||||
Integer.toString(id) + "\". Call the programmers, they messed it up!");
|
||||
}
|
||||
|
||||
public static class AudioStream {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue