diff mpeg.c @ 2164:3804e39efbfd libavformat

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents 0682a125d286
children 50322a49fa2b
line wrap: on
line diff
--- a/mpeg.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/mpeg.c	Tue Jun 12 09:29:25 2007 +0000
@@ -822,7 +822,7 @@
 
         stuffing_size = payload_size - av_fifo_size(&stream->fifo);
 
-        // first byte doesnt fit -> reset pts/dts + stuffing
+        // first byte does not fit -> reset pts/dts + stuffing
         if(payload_size <= trailer_size && pts != AV_NOPTS_VALUE){
             int timestamp_len=0;
             if(dts != pts)