enocder: Use ffmpeg for pixel format again

Reverts an earlier change as this apparently works now.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-10-17 08:16:42 +02:00
parent 2f8acc58cf
commit 58d8713369
3 changed files with 2 additions and 105 deletions
-2
View File
@@ -56,8 +56,6 @@ namespace ffmpeg {
std::vector<AVPixelFormat> get_software_formats(const AVPixelFormat* list);
AVPixelFormat get_best_compatible_format(const AVPixelFormat* list, AVPixelFormat source);
void setup_obs_color(video_colorspace colorspace, video_range_type range, AVCodecContext* context);
} // namespace tools
} // namespace ffmpeg