comparison DOCS/tech/general.txt @ 35167:f2b81cd25817

Remove outdated references to mp3lib and tremor.
author reimar
date Sun, 21 Oct 2012 12:18:58 +0000
parents 1aece15222b5
children
comparison
equal deleted inserted replaced
35166:3b50a42ee737 35167:f2b81cd25817
194 blocking. Unfortunately it doesn't say how much we could :(( 194 blocking. Unfortunately it doesn't say how much we could :((
195 Also, doesn't/badly works with some drivers. 195 Also, doesn't/badly works with some drivers.
196 Only used if none of the above works. 196 Only used if none of the above works.
197 197
198 4. Codecs. Consists of libmpcodecs/* and separate files or libs, 198 4. Codecs. Consists of libmpcodecs/* and separate files or libs,
199 for example libmpeg2, loader, mp3lib. 199 for example libmpeg2, loader.
200 200
201 mplayer.c doesn't call them directly, but through the dec_audio.c and 201 mplayer.c doesn't call them directly, but through the dec_audio.c and
202 dec_video.c files, so the mplayer.c doesn't have to know anything about 202 dec_video.c files, so the mplayer.c doesn't have to know anything about
203 the codecs. 203 the codecs.
204 204