# HG changeset patch # User bcoudurier # Date 1211326747 0 # Node ID b255db01458d55f1357b6f8b88c12375b9057467 # Parent 811758d926fd66bb83d0718d59204919db031699 remove useless/obsolete comments diff -r 811758d926fd -r b255db01458d swfdec.c --- a/swfdec.c Tue May 20 23:32:22 2008 +0000 +++ b/swfdec.c Tue May 20 23:39:07 2008 +0000 @@ -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; diff -r 811758d926fd -r b255db01458d swfenc.c --- a/swfenc.c Tue May 20 23:32:22 2008 +0000 +++ b/swfenc.c Tue May 20 23:39:07 2008 +0000 @@ -134,7 +134,6 @@ #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 @@ put_buffer(pb, buf, pbBufPtr(&p) - p.buf); } -/* */ static int swf_write_header(AVFormatContext *s) { SWFContext *swf = s->priv_data;