Originally committed as revision 13205 to svn://svn.ffmpeg.org/ffmpeg/trunk
#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;
#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)
{
put_buffer(pb, buf, pbBufPtr(&p) - p.buf);
}
-/* */
static int swf_write_header(AVFormatContext *s)
{
SWFContext *swf = s->priv_data;