diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-03-02 02:40:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-03-02 02:40:45 +0000 |
commit | 5c159f406101d030f3656d09148786c4c8f8647f (patch) | |
tree | 2511b066217e31d55f6dd641e900a943f56853c3 /doc/faq.texi | |
parent | c4732eca7faf4fa53db311a594a33ce335eaee56 (diff) | |
download | ffmpeg-5c159f406101d030f3656d09148786c4c8f8647f.tar.gz |
wording/spelling
Originally committed as revision 8183 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index b9088993d4..32d818395f 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -327,11 +327,11 @@ and libmpdemux/demux_lavf.c in MPlayer sources. The standard MSys bash (2.04) is broken. You need to install 2.05 or later. -@section I tried to pass rtp packets into a decoder, it doesnt work +@section I tried to pass RTP packets into a decoder, but it doesn't work. -Of course not, you MUST strip ALL rtp headers and assemble valid packets -first, a mp3 decoder decodes mp3 packets not bastarized mp3 encapsulated in -rtp, the same applies to all decoders, this is not even ffmpeg or libavcodec -specific +Of course not, you MUST strip ALL RTP headers and assemble valid packets +first, an MP3 decoder decodes MP3 packets not bastardized MP3 packets +encapsulated in RTP. The same applies to all decoders, this is not specific +to ffmpeg or libavcodec. @bye |