[FFmpeg-cvslog] r13205 - in trunk/libavformat: swfdec.c swfenc.c

bcoudurier subversion
Wed May 21 01:39:07 CEST 2008


Author: bcoudurier
Date: Wed May 21 01:39:07 2008
New Revision: 13205

Log:
remove useless/obsolete comments

Modified:
   trunk/libavformat/swfdec.c
   trunk/libavformat/swfenc.c

Modified: trunk/libavformat/swfdec.c
==============================================================================
--- trunk/libavformat/swfdec.c	(original)
+++ trunk/libavformat/swfdec.c	Wed May 21 01:39:07 2008
@@ -22,13 +22,6 @@
 
 #include "swf.h"
 
-/*********************************************/
-/* Extract FLV encoded frame and MP3 from swf
-   Note that the detection of the real frame
-   is inaccurate at this point as it can be
-   quite tricky to determine, you almost certainly
-   will get a bad audio/video sync */
-
 static int get_swf_tag(ByteIOContext *pb, int *len_ptr)
 {
     int tag, len;

Modified: trunk/libavformat/swfenc.c
==============================================================================
--- trunk/libavformat/swfenc.c	(original)
+++ trunk/libavformat/swfenc.c	Wed May 21 01:39:07 2008
@@ -134,7 +134,6 @@ static void put_swf_line_edge(PutBitCont
 
 #define FRAC_BITS 16
 
-/* put matrix */
 static void put_swf_matrix(ByteIOContext *pb,
                            int a, int b, int c, int d, int tx, int ty)
 {
@@ -171,7 +170,6 @@ static void put_swf_matrix(ByteIOContext
     put_buffer(pb, buf, pbBufPtr(&p) - p.buf);
 }
 
-/* */
 static int swf_write_header(AVFormatContext *s)
 {
     SWFContext *swf = s->priv_data;




More information about the ffmpeg-cvslog mailing list