重命名头文件

重命名头文件
pull/107/head
xufulong 5 years ago
parent 953c92c79b
commit b950745e5f
  1. 2
      Live/src/main/cpp/AudioStream.cpp
  2. 4
      Live/src/main/cpp/PushInterface.h
  3. 2
      Live/src/main/cpp/RtmpPusher.cpp
  4. 2
      Live/src/main/cpp/VideoStream.cpp

@ -1,7 +1,7 @@
#include <cstring>
#include "AudioStream.h"
#include "PushGeneric.h"
#include "PushInterface.h"
AudioStream::AudioStream() {

@ -1,6 +1,6 @@
#ifndef PUSHGENERIC_H
#define PUSHGENERIC_H
#ifndef PUSHINTERFACE_H
#define PUSHINTERFACE_H
#include <android/log.h>

@ -2,7 +2,7 @@
#include <string>
#include "include/rtmp/rtmp.h"
#include "safe_queue.h"
#include "PushGeneric.h"
#include "PushInterface.h"
#include "VideoStream.h"
#include "AudioStream.h"

@ -3,7 +3,7 @@
#include <jni.h>
#include "VideoStream.h"
#include "include/rtmp/rtmp.h"
#include "PushGeneric.h"
#include "PushInterface.h"
VideoStream::VideoStream() {
pthread_mutex_init(&mutex, 0);

Loading…
Cancel
Save