summaryrefslogtreecommitdiff
path: root/libavformat/swfenc.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-05-20 23:39:07 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-05-20 23:39:07 +0000
commit3e67f255a4f178623b2fdb12ece367779927f2f4 (patch)
tree81a361f974a5113bdbdfcb77972d7b27b4272703 /libavformat/swfenc.c
parentad0b44b31a25e34fa4412753a6cabf19a86d1b31 (diff)
remove useless/obsolete comments
Originally committed as revision 13205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/swfenc.c')
-rw-r--r--libavformat/swfenc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/swfenc.c b/libavformat/swfenc.c
index a793742bf3..5f0a2ffa6f 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;