From: Baptiste Coudurier Date: Tue, 20 May 2008 23:39:07 +0000 (+0000) Subject: remove useless/obsolete comments X-Git-Tag: v0.5~4726 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3e67f255a4f178623b2fdb12ece367779927f2f4;p=coroid%2Flibav_saccubus.git remove useless/obsolete comments Originally committed as revision 13205 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/swfdec.c b/libavformat/swfdec.c index 19f51b4d3..d682f5346 100644 --- a/libavformat/swfdec.c +++ b/libavformat/swfdec.c @@ -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 --git a/libavformat/swfenc.c b/libavformat/swfenc.c index a793742bf..5f0a2ffa6 100644 --- a/libavformat/swfenc.c +++ b/libavformat/swfenc.c @@ -134,7 +134,6 @@ static void put_swf_line_edge(PutBitContext *pb, int dx, int dy) #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 *pb, put_buffer(pb, buf, pbBufPtr(&p) - p.buf); } -/* */ static int swf_write_header(AVFormatContext *s) { SWFContext *swf = s->priv_data;