]> git.pld-linux.org Git - packages/xine-lib.git/commitdiff
- dxr3 build fix with ffmpeg
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 28 Apr 2018 23:12:44 +0000 (01:12 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 28 Apr 2018 23:12:44 +0000 (01:12 +0200)
ffmpeg4.patch

index ad899efe4ad1788983b102acbc47f248f46a3a86..850a8fefdacf78c0d884a283f570badb55d18531 100644 (file)
    mpeg_parser_reset(parser);
  }
  
+--- xine-lib-1.2.8/src/dxr3/ffmpeg_encoder.c~  2017-02-21 12:13:13.000000000 +0100
++++ xine-lib-1.2.8/src/dxr3/ffmpeg_encoder.c   2018-04-29 01:12:12.480759214 +0200
+@@ -207,7 +207,6 @@
+   this->context->height = frame->oheight;
+   this->context->gop_size = 0; /*intra frames only */
+-  this->context->me_method = ME_ZERO; /*motion estimation type*/
+   this->context->time_base.den = 90000;
+   if (frame->vo_frame.duration > 90000 / 24)
This page took 0.237107 seconds and 4 git commands to generate.