diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-05-20 23:39:07 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-05-20 23:39:07 +0000 |
commit | 3e67f255a4f178623b2fdb12ece367779927f2f4 (patch) | |
tree | 81a361f974a5113bdbdfcb77972d7b27b4272703 /libavformat/swfdec.c | |
parent | ad0b44b31a25e34fa4412753a6cabf19a86d1b31 (diff) | |
download | ffmpeg-3e67f255a4f178623b2fdb12ece367779927f2f4.tar.gz |
remove useless/obsolete comments
Originally committed as revision 13205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/swfdec.c')
-rw-r--r-- | libavformat/swfdec.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/swfdec.c b/libavformat/swfdec.c index 19f51b4d37..d682f5346a 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; |