desc:推流相关

main
xiaowusky 1 year ago
parent f81bd2c76d
commit aa1e65d5fb

@ -8,7 +8,6 @@ import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.os.HandlerThread;
import android.util.Log;
import androidx.annotation.NonNull;
@ -260,7 +259,6 @@ public class MediaCodecManager {
offset = 3;
}
int type = (outData[offset] & 0x7E) >> 1;
Log.i("cyy", "type = " + type);
if (type == NAL_VPS) {
vps_sps_pps_buf = outData;
} else {

Loading…
Cancel
Save