summaryrefslogtreecommitdiff
path: root/libavformat/swfdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/swfdec.c')
-rw-r--r--libavformat/swfdec.c7
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;