Am So., 25. Aug. 2019 um 17:48 Uhr schrieb James Almer :
>
> On 8/25/2019 11:55 AM, Carl Eugen Hoyos wrote:
> > Am So., 25. Aug. 2019 um 16:15 Uhr schrieb Carl Eugen Hoyos
> > :
> >> Hi!
> >>
> >> x264 removed the usage of strtok(), using FF_CODEC_CAP_INIT_THREADSAFE
> >> is ok with new libx264.
>
Am So., 25. Aug. 2019 um 17:48 Uhr schrieb James Almer :
>
> On 8/25/2019 11:55 AM, Carl Eugen Hoyos wrote:
> > Am So., 25. Aug. 2019 um 16:15 Uhr schrieb Carl Eugen Hoyos
> > :
> >> Hi!
> >>
> >> x264 removed the usage of strtok(), using FF_CODEC_CAP_INIT_THREADSAFE
> >> is ok with new libx264.
>
On 8/25/2019 11:55 AM, Carl Eugen Hoyos wrote:
> Am So., 25. Aug. 2019 um 16:15 Uhr schrieb Carl Eugen Hoyos
> :
>> Hi!
>>
>> x264 removed the usage of strtok(), using FF_CODEC_CAP_INIT_THREADSAFE
>> is ok with new libx264.
> New patch attached.
>
> Carl Eugen
>
>
> 0001-lavc-x264-Use-FF_CODEC_C
Am So., 25. Aug. 2019 um 16:15 Uhr schrieb Carl Eugen Hoyos
:
>
> Hi!
>
> x264 removed the usage of strtok(), using FF_CODEC_CAP_INIT_THREADSAFE
> is ok with new libx264.
New patch attached.
Carl Eugen
From e65319ab33f9cb2cb3d1db45bbc0fc8e69a80535 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Hi!
x264 removed the usage of strtok(), using FF_CODEC_CAP_INIT_THREADSAFE
is ok with new libx264.
Please comment, Carl Eugen
From e65319ab33f9cb2cb3d1db45bbc0fc8e69a80535 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Sun, 25 Aug 2019 16:12:28 +0200
Subject: [PATCH] lavc/x264: Use FF_COD