From 635b1d2f36951bbdae1366ebc60b84ffc57a346d Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Loeuillet?= Date: Mon, 10 May 2004 12:18:24 +0000 Subject: [PATCH] Filter/Encoder => Codec/Encoder Original commit message from CVS: Filter/Encoder => Codec/Encoder --- docs/random/hierarchy | 2 +- docs/random/mimetypes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/random/hierarchy b/docs/random/hierarchy index 113ebe0..c4e03ba 100644 --- a/docs/random/hierarchy +++ b/docs/random/hierarchy @@ -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 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 operate on or by the way they work (decoder/encoder) diff --git a/docs/random/mimetypes b/docs/random/mimetypes index 2421681..21a5ef7 100644 --- a/docs/random/mimetypes +++ b/docs/random/mimetypes @@ -103,7 +103,7 @@ Container formats Parser: asfdemux Formatter: asfmux -5 - WAV (PCM) +5 - WAV (Microsoft RIFF/WAV) MIME type: audio/x-wav Properties: Parser: wavparse -- 2.7.4