comparison swfdec.c @ 3304:b255db01458d libavformat

remove useless/obsolete comments
author bcoudurier
date Tue, 20 May 2008 23:39:07 +0000
parents 811758d926fd
children 5f8a6b9d8f87
comparison
equal deleted inserted replaced
3303:811758d926fd 3304:b255db01458d
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #include "swf.h" 23 #include "swf.h"
24
25 /*********************************************/
26 /* Extract FLV encoded frame and MP3 from swf
27 Note that the detection of the real frame
28 is inaccurate at this point as it can be
29 quite tricky to determine, you almost certainly
30 will get a bad audio/video sync */
31 24
32 static int get_swf_tag(ByteIOContext *pb, int *len_ptr) 25 static int get_swf_tag(ByteIOContext *pb, int *len_ptr)
33 { 26 {
34 int tag, len; 27 int tag, len;
35 28