[FFmpeg-cvslog] r16528 - trunk/libavformat/flvenc.c

bcoudurier subversion
Sun Jan 11 06:24:42 CET 2009


Author: bcoudurier
Date: Sun Jan 11 06:24:41 2009
New Revision: 16528

Log:
remove comment, this is not relevant anymore

Modified:
   trunk/libavformat/flvenc.c

Modified: trunk/libavformat/flvenc.c
==============================================================================
--- trunk/libavformat/flvenc.c	Sun Jan 11 06:23:46 2009	(r16527)
+++ trunk/libavformat/flvenc.c	Sun Jan 11 06:24:41 2009	(r16528)
@@ -348,7 +348,6 @@ static int flv_write_packet(AVFormatCont
             assert(pkt->size);
             size = pkt->size;
         }
-        /* cast needed to get negative value */
         if (!flv->delay && pkt->dts < 0)
             flv->delay = -pkt->dts;
     }




More information about the ffmpeg-cvslog mailing list