Commit a28aa76a authored by Stefano Sabatini's avatar Stefano Sabatini

doc/filtering_design: fix typo negociation -> negotiation

parent 6439ad49
...@@ -8,7 +8,7 @@ In this document, the word “frame” indicates either a video frame or a group ...@@ -8,7 +8,7 @@ In this document, the word “frame” indicates either a video frame or a group
of audio samples, as stored in an AVFilterBuffer structure. of audio samples, as stored in an AVFilterBuffer structure.
Format negociation Format negotiation
================== ==================
The query_formats method should set, for each input and each output links, The query_formats method should set, for each input and each output links,
...@@ -18,7 +18,7 @@ Format negociation ...@@ -18,7 +18,7 @@ Format negociation
channel layout, sample format and sample packing. channel layout, sample format and sample packing.
The lists are not just lists, they are references to shared objects. When The lists are not just lists, they are references to shared objects. When
the negociation mechanism computes the intersection of the formats the negotiation mechanism computes the intersection of the formats
supported at each ends of a link, all references to both lists are supported at each ends of a link, all references to both lists are
replaced with a reference to the intersection. And when a single format is replaced with a reference to the intersection. And when a single format is
eventually chosen for a link amongst the remaining list, again, all eventually chosen for a link amongst the remaining list, again, all
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment