bandaged fingers naming mistake for x264
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / x264-stable.patch1
1 --- a/encoder/encoder.c 2023-04-01 19:08:58.420132123 -0600
2 +++ b/encoder/encoder.c 2023-04-01 18:52:48.148808059 -0600
3 @@ -667,6 +667,7 @@
4          return -1;
5      }
6  
7 +#if 0
8      /* Detect default ffmpeg settings and terminate with an error. */
9      if( b_open )
10      {
11 @@ -690,6 +691,7 @@
12              return -1;
13          }
14      }
15 +#endif
16  
17      if( h->param.rc.i_rc_method < 0 || h->param.rc.i_rc_method > 2 )
18      {