]> git.sesse.net Git - casparcg/blobdiff - modules/ffmpeg/producer/util/util.h
2.1.0: -ffmpeg_producer: Removed "audio_resampler" in favor of "swresample" API....
[casparcg] / modules / ffmpeg / producer / util / util.h
index 090c136cf62a2f6532a75defb60c750091afc76b..1ded43d1c319076e8431210a93f8120d926d0302 100644 (file)
@@ -48,6 +48,9 @@ std::shared_ptr<core::audio_buffer> empty_audio();
 std::shared_ptr<AVFrame>                       flush_video();\r
 std::shared_ptr<AVFrame>                       empty_video();\r
 \r
+spl::shared_ptr<AVPacket>                      flush_packet(); \r
+spl::shared_ptr<AVPacket>                      eof_packet();                   \r
+\r
 // Utils\r
 \r
 core::field_mode                                       get_mode(const AVFrame& frame);\r