X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-3.4.2.patch4;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-3.4.2.patch4;h=0000000000000000000000000000000000000000;hb=c6f91f271145ad9cd637f6b8f1560146178d3d41;hp=8c7cddb7479b3ac36e0d22161cfe0e951b72c529;hpb=a94468d6de897136e77c70662177f4b8b4454b6b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg-3.4.2.patch4 b/cinelerra-5.1/thirdparty/src/ffmpeg-3.4.2.patch4 deleted file mode 100644 index 8c7cddb7..00000000 --- a/cinelerra-5.1/thirdparty/src/ffmpeg-3.4.2.patch4 +++ /dev/null @@ -1,16 +0,0 @@ -diff -ur a/libavcodec/libx264.c b/libavcodec/libx264.c ---- a/libavcodec/libx264.c 2018-02-11 17:29:18.000000000 -0700 -+++ b/libavcodec/libx264.c 2018-03-13 09:38:03.241861794 -0600 -@@ -280,7 +280,11 @@ - - x264_picture_init( &x4->pic ); - x4->pic.img.i_csp = x4->params.i_csp; -- if (desc->comp[0].depth > 8) -+#if X264_BUILD >= 153 -+ if (x4->params.i_bitdepth > 8) -+#else -+ if (x264_bit_depth > 8) -+#endif - x4->pic.img.i_csp |= X264_CSP_HIGH_DEPTH; - x4->pic.img.i_plane = avfmt2_num_planes(ctx->pix_fmt); -