[gegl] ff-save: remove compatibility code



commit 10dadb31ec702f9f3de2bcd0dd4be46d5bb01984
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Feb 16 20:48:56 2016 +0100

    ff-save: remove compatibility code

 operations/external/ff-save.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/operations/external/ff-save.c b/operations/external/ff-save.c
index 846033d..782ea84 100644
--- a/operations/external/ff-save.c
+++ b/operations/external/ff-save.c
@@ -87,10 +87,6 @@ property_int (me_subpel_quality, _("me-subpel-quality"), 0)
 #include <libavutil/opt.h>
 #include <libswscale/swscale.h>
 
-#ifndef AV_CODEC_CAP_VARIABLE_FRAME_SIZE
-#define AV_CODEC_CAP_VARIABLE_FRAME_SIZE  CODEC_CAP_VARIABLE_FRAME_SIZE
-#endif
-
 typedef struct
 {
   gdouble    frame;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]