On Thursday, July 4, 2013, Rémi Denis-Courmont <[email protected]> wrote:
> On Thu,  4 Jul 2013 10:16:22 -0400, Sean McGovern <[email protected]>
> wrote:
>> ---
>>  libavfilter/pthread.c | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/libavfilter/pthread.c b/libavfilter/pthread.c
>> index 374c1c3..95a276c 100644
>> --- a/libavfilter/pthread.c
>> +++ b/libavfilter/pthread.c
>> @@ -144,7 +144,7 @@ static int thread_execute(AVFilterContext *ctx,
>> action_func *func,
>>      return 0;
>>  }
>>
>> -static int thread_init(ThreadContext *c, int nb_threads)
>> +static int _thread_init(ThreadContext *c, int nb_threads)
>
> The ISO C standard reserves the leading underscore in identifiers for the
> implementation (meaning the compiler and the run-time).
>
> So strictly speaking, this patch violates the C standard.
>


Oops. True enough, will fix and resubmit. It shouldn't be in this set
anyways.

-- Sean McG.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to