mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Change authro to Bepartofyou for RTC codec
This commit is contained in:
parent
45db63249d
commit
74ad7143e7
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* The MIT License (MIT)
|
* The MIT License (MIT)
|
||||||
*
|
*
|
||||||
* Copyright (c) 2013-2020 Winlin
|
* Copyright (c) 2013-2020 Bepartofyou
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
* this software and associated documentation files (the "Software"), to deal in
|
* this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* The MIT License (MIT)
|
* The MIT License (MIT)
|
||||||
*
|
*
|
||||||
* Copyright (c) 2013-2020 Winlin
|
* Copyright (c) 2013-2020 Bepartofyou
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
* this software and associated documentation files (the "Software"), to deal in
|
* this software and associated documentation files (the "Software"), to deal in
|
||||||
|
@ -24,9 +24,10 @@
|
||||||
#ifndef SRS_APP_AUDIO_RECODE_HPP
|
#ifndef SRS_APP_AUDIO_RECODE_HPP
|
||||||
#define SRS_APP_AUDIO_RECODE_HPP
|
#define SRS_APP_AUDIO_RECODE_HPP
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <srs_core.hpp>
|
#include <srs_core.hpp>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue