]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/amfenc.h
avcodec/flacenc: Remove always-true check
[ffmpeg] / libavcodec / amfenc.h
index b1361842bd655bdc4defa0c91309a506190a60f5..358b2ef778a016ad3e16db3c2a938fac099c05e6 100644 (file)
@@ -27,6 +27,7 @@
 #include "libavutil/fifo.h"
 
 #include "avcodec.h"
+#include "hwconfig.h"
 
 
 /**
@@ -117,6 +118,8 @@ typedef struct AmfContext {
     int                 tier;
 } AmfContext;
 
+extern const AVCodecHWConfigInternal *const ff_amfenc_hw_configs[];
+
 /**
 * Common encoder initization function
 */
@@ -129,8 +132,6 @@ int ff_amf_encode_close(AVCodecContext *avctx);
 /**
 * Ecoding one frame - common function for all AMF encoders
 */
-
-int ff_amf_send_frame(AVCodecContext *avctx, const AVFrame *frame);
 int ff_amf_receive_packet(AVCodecContext *avctx, AVPacket *avpkt);
 
 /**