Filter/Encoder => Codec/Encoder

Original commit message from CVS:
Filter/Encoder => Codec/Encoder
This commit is contained in:
Stéphane Loeuillet 2004-05-10 12:18:24 +00:00
parent fd675328b2
commit 635b1d2f36
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ better layout for it now. Some things to consider:
- Elements have a klass member in the factory that is used to - Elements have a klass member in the factory that is used to
denote the functional type of the element. For example, the denote the functional type of the element. For example, the
mp3 encoder has a klass of Filter/Encoder/Audio mp3 encoder has a klass of Codec/Encoder/Audio
- The plugins can be grouped together by the media type they - The plugins can be grouped together by the media type they
operate on or by the way they work (decoder/encoder) operate on or by the way they work (decoder/encoder)

View file

@ -103,7 +103,7 @@ Container formats
Parser: asfdemux Parser: asfdemux
Formatter: asfmux Formatter: asfmux
5 - WAV (PCM) 5 - WAV (Microsoft RIFF/WAV)
MIME type: audio/x-wav MIME type: audio/x-wav
Properties: Properties:
Parser: wavparse Parser: wavparse