You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (kxMovieError) openVideoStream: (NSInteger) videoStream
{
// get a pointer to the codec context for the video stream
AVCodecContext *codecCtx = _formatCtx->streams[videoStream]->codec;
// find the decoder for the video stream
AVCodec *codec = avcodec_find_decoder(codecCtx->codec_id);
[_Tool setupFilters:@"crop=1/3*in_w:1/3*in_h" videoCodecCtx:codecCtx];
The text was updated successfully, but these errors were encountered:
add filter, but inoperative.
The text was updated successfully, but these errors were encountered: