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
24e15910
Commit
24e15910
authored
Jun 24, 2006
by
Luca Barbato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor cleanup
Originally committed as revision 5518 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
0aec3c5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
avcodec.h
libavcodec/avcodec.h
+0
-3
avformat.h
libavformat/avformat.h
+3
-2
No files found.
libavcodec/avcodec.h
View file @
24e15910
...
...
@@ -280,9 +280,6 @@ typedef struct RcOverride{
float
quality_factor
;
}
RcOverride
;
/* only for ME compatiblity with old apps */
extern
int
motion_estimation_method
;
#define FF_MAX_B_FRAMES 16
/* encoding support
...
...
libavformat/avformat.h
View file @
24e15910
...
...
@@ -394,7 +394,7 @@ int av_read_image(ByteIOContext *pb, const char *filename,
int
av_write_image
(
ByteIOContext
*
pb
,
AVImageFormat
*
fmt
,
AVImageInfo
*
img
);
extern
AVImageFormat
*
first_image_format
;
#if 0
extern AVImageFormat pnm_image_format;
extern AVImageFormat pbm_image_format;
extern AVImageFormat pgm_image_format;
...
...
@@ -406,8 +406,9 @@ extern AVImageFormat yuv_image_format;
extern AVImageFormat png_image_format;
#endif
extern AVImageFormat jpeg_image_format;
#endif
extern
AVImageFormat
gif_image_format
;
extern
AVImageFormat
sgi_image_format
;
//extern AVImageFormat sgi_image_format; //broken in itself
/* XXX: use automatic init with either ELF sections or C file parser */
/* modules */
...
...
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