mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
mpegenc: add preload private option.
Deprecate AVFormatContext.preload.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user