diff mbox

[FFmpeg-devel] doc/APIChanges: mention nb_threads addition to AVFilterContext

Message ID 20160829181727.7524-1-jamrial@gmail.com
State Accepted
Headers show

Commit Message

James Almer Aug. 29, 2016, 6:17 p.m. UTC
Signed-off-by: James Almer <jamrial@gmail.com>
---
 doc/APIchanges | 3 +++
 1 file changed, 3 insertions(+)

Comments

James Almer Aug. 30, 2016, 12:57 a.m. UTC | #1
On 8/29/2016 4:56 PM, Paul B Mahol wrote:
> On Mon, Aug 29, 2016 at 8:17 PM, James Almer <jamrial@gmail.com> wrote:
> 
>> Signed-off-by: James Almer <jamrial@gmail.com>
>> ---
>>  doc/APIchanges | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/doc/APIchanges b/doc/APIchanges
>> index 2572b1c..7ac809c 100644
>> --- a/doc/APIchanges
>> +++ b/doc/APIchanges
>> @@ -15,6 +15,9 @@ libavutil:     2015-08-28
>>
>>  API changes, most recent first:
>>
>> +2016-08-29 - 4493390 - lavfi 6.58.100 - avfilter.h
>> +  Add AVFilterContext.nb_threads.
>> +
>>  2016-08-15 - c3c4c72 - lavc 57.53.100 - avcodec.h
>>    Add trailing_padding to AVCodecContext to match the corresponding
>>    field in AVCodecParameters.
>> --
>> 2.9.1
>>
>> _______________________________________________
>> ffmpeg-devel mailing list
>> ffmpeg-devel@ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>
> 
> LGTM

Pushed, thanks.
diff mbox

Patch

diff --git a/doc/APIchanges b/doc/APIchanges
index 2572b1c..7ac809c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@  libavutil:     2015-08-28
 
 API changes, most recent first:
 
+2016-08-29 - 4493390 - lavfi 6.58.100 - avfilter.h
+  Add AVFilterContext.nb_threads.
+
 2016-08-15 - c3c4c72 - lavc 57.53.100 - avcodec.h
   Add trailing_padding to AVCodecContext to match the corresponding
   field in AVCodecParameters.