-
Notifications
You must be signed in to change notification settings - Fork 815
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fyhertz
committed
May 9, 2013
1 parent
cf81e09
commit c894969
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2011 GUIGUI Simon, [email protected] | ||
* Copyright (C) 2011-2013 GUIGUI Simon, [email protected] | ||
* | ||
* This file is part of Spydroid (http://code.google.com/p/spydroid-ipcamera/) | ||
* | ||
|
@@ -30,7 +30,7 @@ public class MP4Config { | |
private MP4Parser mp4Parser; | ||
private String mProfilLevel, mPPS, mSPS; | ||
|
||
public MP4Config(String profil, String pps, String sps) { | ||
public MP4Config(String profil, String sps, String pps) { | ||
mProfilLevel = profil; | ||
mPPS = pps; | ||
mSPS = sps; | ||
|