Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
3e67f255
Commit
3e67f255
authored
May 20, 2008
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless/obsolete comments
Originally committed as revision 13205 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ad0b44b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
swfdec.c
libavformat/swfdec.c
+0
-7
swfenc.c
libavformat/swfenc.c
+0
-2
No files found.
libavformat/swfdec.c
View file @
3e67f255
...
...
@@ -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
;
...
...
libavformat/swfenc.c
View file @
3e67f255
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment