mpegenc: add preload private option.

Deprecate AVFormatContext.preload.
This commit is contained in:
Anton Khirnov
2011-10-09 15:04:38 +02:00
parent 28287045ca
commit f172132f82
4 changed files with 20 additions and 4 deletions

View File

@@ -743,7 +743,9 @@ typedef struct AVFormatContext {
attribute_deprecated int mux_rate;
#endif
unsigned int packet_size;
int preload;
#if FF_API_PRELOAD
attribute_deprecated int preload;
#endif
int max_delay;
#if FF_API_LOOP_OUTPUT