ffmpeg upgrade from 4.3 to 4.4 / Andrew fixed patches except patch2/B by Freelancer
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg-4.4.patch1
1 diff --git a/libavformat/bluray.c b/libavformat/bluray.c
2 index 635c4f1b87..80a2e2c3d2 100644
3 --- a/libavformat/bluray.c
4 +++ b/libavformat/bluray.c
5 @@ -28,7 +28,7 @@
6  #include "libavutil/opt.h"
7  
8  #define BLURAY_PROTO_PREFIX     "bluray:"
9 -#define MIN_PLAYLIST_LENGTH     180     /* 3 min */
10 +#define MIN_PLAYLIST_LENGTH     0
11  
12  typedef struct {
13      const AVClass *class;