]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
remove useless/obsolete comments
authorbcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 20 May 2008 23:39:07 +0000 (23:39 +0000)
committerbcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 20 May 2008 23:39:07 +0000 (23:39 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13205 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/swfdec.c
libavformat/swfenc.c

index 19f51b4d375dc0ec1f265c6d4bd6d26fdd2a0253..d682f5346adb8d8c0167eabf5e23f86d80bb2258 100644 (file)
 
 #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;
index a793742bf355362705587afee82258afe176616b..5f0a2ffa6fa1d1f711352377eee97ece35df32f3 100644 (file)
@@ -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;