Mercurial > libavformat.hg
changeset 3304:b255db01458d libavformat
remove useless/obsolete comments
author | bcoudurier |
---|---|
date | Tue, 20 May 2008 23:39:07 +0000 |
parents | 811758d926fd |
children | 129d36178a10 |
files | swfdec.c swfenc.c |
diffstat | 2 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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;