Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-05-12 19:38:47 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-05-16 15:16:05 +0400
commit4d4098da009c8340997b8d1abedbf2062e4aa991 (patch)
tree2a2398b82a55b8a5feeaa87ece2fefbd5c83036d /doc/filter_design.txt
parent183596fa081cc283c61ba3c0bb8386f9139f761f (diff)
lavfi: drop planar/packed negotiation support
The planar/packed switch and the packing_formats list is no longer required, since the planar/packed information is now stored in the sample format enum. This is technically a major API break, possibly it should be not too painful as we marked the audio filtering API as unstable.
Diffstat (limited to 'doc/filter_design.txt')
-rw-r--r--doc/filter_design.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filter_design.txt b/doc/filter_design.txt
index 2b23054a81..4157fd1959 100644
--- a/doc/filter_design.txt
+++ b/doc/filter_design.txt
@@ -15,7 +15,8 @@ Format negotiation
the list supported formats.
For video links, that means pixel format. For audio links, that means
- channel layout, sample format and sample packing.
+ channel layout, and sample format (the sample packing is implied by the
+ sample format).
The lists are not just lists, they are references to shared objects. When
the negotiation mechanism computes the intersection of the formats