]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hapqa_extract_bsf.c
avutil/frame: Remove deprecated AVFrame.pkt_pts field
[ffmpeg] / libavcodec / hapqa_extract_bsf.c
index 167d22d06ea21cb43a0666f16b7e576310ea165a..1c8b0669b78f55f6b7db01bcf94b8eca229ce99e 100644 (file)
@@ -25,8 +25,8 @@
  * extract one of the two textures of the HAQA
  */
 
-#include "avcodec.h"
 #include "bsf.h"
+#include "bsf_internal.h"
 #include "bytestream.h"
 #include "hap.h"
 
@@ -122,7 +122,7 @@ static const AVClass hapqa_extract_class = {
     .class_name = "hapqa_extract_bsf",
     .item_name  = av_default_item_name,
     .option     = options,
-    .version    = LIBAVUTIL_VERSION_MAJOR,
+    .version    = LIBAVUTIL_VERSION_INT,
 };
 
 const AVBitStreamFilter ff_hapqa_extract_bsf = {