9cd14f26f541a4237e131a1f7b06c242e305301d
[goodguy/history.git] / cinelerra-5.1 / thirdparty / src / x264-snapshot-20170426-2245.patch1
1 diff -ur a/encoder/encoder.c b/encoder/encoder.c
2 --- a/encoder/encoder.c 2016-02-20 14:45:07.000000000 -0700
3 +++ b/encoder/encoder.c 2016-12-29 07:08:32.247434972 -0700
4 @@ -614,6 +614,7 @@
5          return -1;
6      }
7  
8 +#if 0
9      /* Detect default ffmpeg settings and terminate with an error. */
10      if( b_open )
11      {
12 @@ -637,6 +638,7 @@
13              return -1;
14          }
15      }
16 +#endif
17  
18      if( h->param.rc.i_rc_method < 0 || h->param.rc.i_rc_method > 2 )
19      {