minor improvements from Andrew
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg-4.3.patch1
1 diff -ru a/libavformat/bluray.c b/libavformat/bluray.c
2 --- a/libavformat/bluray.c      2019-07-08 11:45:25.000000000 -0600
3 +++ b/libavformat/bluray.c      2019-08-08 17:20:07.011299703 -0600
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;