mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-01 22:49:21 +00:00
minor cleanup
Originally committed as revision 5518 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0aec3c5cbf
commit
24e1591036
@ -280,9 +280,6 @@ typedef struct RcOverride{
|
|||||||
float quality_factor;
|
float quality_factor;
|
||||||
} RcOverride;
|
} RcOverride;
|
||||||
|
|
||||||
/* only for ME compatiblity with old apps */
|
|
||||||
extern int motion_estimation_method;
|
|
||||||
|
|
||||||
#define FF_MAX_B_FRAMES 16
|
#define FF_MAX_B_FRAMES 16
|
||||||
|
|
||||||
/* encoding support
|
/* encoding support
|
||||||
|
@ -394,7 +394,7 @@ int av_read_image(ByteIOContext *pb, const char *filename,
|
|||||||
int av_write_image(ByteIOContext *pb, AVImageFormat *fmt, AVImageInfo *img);
|
int av_write_image(ByteIOContext *pb, AVImageFormat *fmt, AVImageInfo *img);
|
||||||
|
|
||||||
extern AVImageFormat *first_image_format;
|
extern AVImageFormat *first_image_format;
|
||||||
|
#if 0
|
||||||
extern AVImageFormat pnm_image_format;
|
extern AVImageFormat pnm_image_format;
|
||||||
extern AVImageFormat pbm_image_format;
|
extern AVImageFormat pbm_image_format;
|
||||||
extern AVImageFormat pgm_image_format;
|
extern AVImageFormat pgm_image_format;
|
||||||
@ -406,8 +406,9 @@ extern AVImageFormat yuv_image_format;
|
|||||||
extern AVImageFormat png_image_format;
|
extern AVImageFormat png_image_format;
|
||||||
#endif
|
#endif
|
||||||
extern AVImageFormat jpeg_image_format;
|
extern AVImageFormat jpeg_image_format;
|
||||||
|
#endif
|
||||||
extern AVImageFormat gif_image_format;
|
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 */
|
/* XXX: use automatic init with either ELF sections or C file parser */
|
||||||
/* modules */
|
/* modules */
|
||||||
|
Loading…
Reference in New Issue
Block a user