update with-git-ffmpeg patches
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg.git.patch1
1 diff -urN a/libavformat/bluray.c b/libavformat/bluray.c
2 --- a/libavformat/bluray.c      2019-12-02 08:48:03.104361421 -0700
3 +++ b/libavformat/bluray.c      2019-12-02 08:51:33.187071639 -0700
4 @@ -28,7 +28,7 @@
5  #include "libavutil/opt.h"
6  
7  #define BLURAY_PROTO_PREFIX     "bluray:"
8 -#define MIN_PLAYLIST_LENGTH     180     /* 3 min */
9 +#define MIN_PLAYLIST_LENGTH     0
10  
11  typedef struct {
12      const AVClass *class;