mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
encoders/ffmpeg: Rename files to match naming scheme
This commit is contained in:
parent
ce93f96a69
commit
161f10a921
8 changed files with 8 additions and 8 deletions
|
@ -598,8 +598,8 @@ if(${PropertyPrefix}ENABLE_ENCODER_FFMPEG)
|
|||
"source/ffmpeg/hwapi/d3d11.cpp"
|
||||
|
||||
# Encoders
|
||||
"source/encoders/ffmpeg-encoder.hpp"
|
||||
"source/encoders/ffmpeg-encoder.cpp"
|
||||
"source/encoders/encoder-ffmpeg.hpp"
|
||||
"source/encoders/encoder-ffmpeg.cpp"
|
||||
|
||||
# Encoders/Codecs
|
||||
"source/encoders/codecs/hevc.hpp"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
// SOFTWARE.
|
||||
|
||||
#include "ffmpeg-encoder.hpp"
|
||||
#include "encoder-ffmpeg.hpp"
|
||||
#include "strings.hpp"
|
||||
#include <sstream>
|
||||
#include "codecs/hevc.hpp"
|
|
@ -20,7 +20,7 @@
|
|||
// SOFTWARE.
|
||||
|
||||
#include "handler.hpp"
|
||||
#include "../ffmpeg-encoder.hpp"
|
||||
#include "../encoder-ffmpeg.hpp"
|
||||
|
||||
using namespace streamfx::encoder::ffmpeg;
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "nvenc_h264_handler.hpp"
|
||||
#include "strings.hpp"
|
||||
#include "../codecs/h264.hpp"
|
||||
#include "../ffmpeg-encoder.hpp"
|
||||
#include "../encoder-ffmpeg.hpp"
|
||||
#include "ffmpeg/tools.hpp"
|
||||
#include "nvenc_shared.hpp"
|
||||
#include "plugin.hpp"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "nvenc_hevc_handler.hpp"
|
||||
#include "strings.hpp"
|
||||
#include "../codecs/hevc.hpp"
|
||||
#include "../ffmpeg-encoder.hpp"
|
||||
#include "../encoder-ffmpeg.hpp"
|
||||
#include "ffmpeg/tools.hpp"
|
||||
#include "nvenc_shared.hpp"
|
||||
#include "plugin.hpp"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "strings.hpp"
|
||||
#include <algorithm>
|
||||
#include "../codecs/hevc.hpp"
|
||||
#include "../ffmpeg-encoder.hpp"
|
||||
#include "../encoder-ffmpeg.hpp"
|
||||
#include "ffmpeg/tools.hpp"
|
||||
#include "plugin.hpp"
|
||||
#include "utility.hpp"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "obs/obs-source-tracker.hpp"
|
||||
|
||||
#ifdef ENABLE_ENCODER_FFMPEG
|
||||
#include "encoders/ffmpeg-encoder.hpp"
|
||||
#include "encoders/encoder-ffmpeg.hpp"
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_FILTER_BLUR
|
||||
|
|
Loading…
Reference in a new issue