X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.2.patch1;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Fffmpeg-4.2.patch1;h=d2784664a4c2f6c6020189c611caec5df5ed529d;hb=8e67d840c5a93f77de021102a4f0bfc4e07504f4;hp=0000000000000000000000000000000000000000;hpb=b350aa5a1ccbadcb5f794183c443c0738cd1e9ab;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg-4.2.patch1 b/cinelerra-5.1/thirdparty/src/ffmpeg-4.2.patch1 new file mode 100644 index 00000000..d2784664 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/ffmpeg-4.2.patch1 @@ -0,0 +1,12 @@ +diff -ru a/libavformat/bluray.c b/libavformat/bluray.c +--- a/libavformat/bluray.c 2019-07-08 11:45:25.000000000 -0600 ++++ b/libavformat/bluray.c 2019-08-08 17:20:07.011299703 -0600 +@@ -28,7 +28,7 @@ + #include "libavutil/opt.h" + + #define BLURAY_PROTO_PREFIX "bluray:" +-#define MIN_PLAYLIST_LENGTH 180 /* 3 min */ ++#define MIN_PLAYLIST_LENGTH 0 + + typedef struct { + const AVClass *class;