Skip to content

Commit 27b3ec1

Browse files
committed
Revert "FEATURE - Filesystem plugin browser (#198)" so we can merge via develop branch
This reverts commit 0ae6686.
1 parent 0ae6686 commit 27b3ec1

14 files changed

Lines changed: 2 additions & 5147 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ if (USE_VCPKG)
208208
message(FATAL_ERROR "Failed to ensurepip.")
209209
else()
210210
execute_process(
211-
COMMAND "${Python_EXECUTABLE}" -m pip install setuptools sphinx breathe sphinx-rtd-theme OpenTimelineIO-Plugins importlib_metadata zipp numpy fileseq
211+
COMMAND "${Python_EXECUTABLE}" -m pip install setuptools sphinx breathe sphinx-rtd-theme OpenTimelineIO-Plugins importlib_metadata zipp numpy
212212
RESULT_VARIABLE PIP_RESULT
213213
)
214214
if(PIP_RESULT)

src/plugin/media_metadata/ffprobe/src/ffprobe_lib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ nlohmann::json populate_stream(AVFormatContext *avfc, int index, MediaStream *is
444444
result["profile"] = nullptr;
445445
if (profile = avcodec_profile_name(par->codec_id, par->profile))
446446
result["profile"] = profile;
447-
else if (par->profile != AV_PROFILE_UNKNOWN) {
447+
else if (par->profile != FF_PROFILE_UNKNOWN) {
448448
result["profile"] = std::to_string(par->profile);
449449
}
450450

src/plugin/python_plugins/filesystem_browser/README.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/plugin/python_plugins/filesystem_browser/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/plugin/python_plugins/filesystem_browser/config.json

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)