encoders/prores_aw: Update to match new std::shared_ptr<AVFrame> code

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-07-07 12:18:43 +02:00
parent 2f0cd790ed
commit c5d81e41a6
2 changed files with 5 additions and 11 deletions
-4
View File
@@ -15,8 +15,6 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#ifndef OBS_FFMPEG_ENCODER_PRORES_AW
#define OBS_FFMPEG_ENCODER_PRORES_AW
#pragma once
#include <encoder.hpp>
@@ -75,5 +73,3 @@ namespace obsffmpeg {
};
} // namespace encoder
} // namespace obsffmpeg
#endif OBS_FFMPEG_ENCODER_PRORES_AW