|
@@ -150,6 +150,7 @@ struct SwsContext *sws_alloc_context(void); |
|
|
* @return zero or positive value on success, a negative value on |
|
|
* @return zero or positive value on success, a negative value on |
|
|
* error |
|
|
* error |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
av_warn_unused_result |
|
|
int sws_init_context(struct SwsContext *sws_context, SwsFilter *srcFilter, SwsFilter *dstFilter); |
|
|
int sws_init_context(struct SwsContext *sws_context, SwsFilter *srcFilter, SwsFilter *dstFilter); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|