Signed-off-by: Marton Balint <cus@passwd.hu>
@@ -1505,7 +1505,7 @@ static int get_video_frame(VideoState *is, AVFrame *frame, int64_t *pts, AVPacke
}
if(avcodec_decode_video2(is->video_st->codec, frame, &got_picture, pkt) < 0)
return -1;
return 0;
if (got_picture) {
int ret = 1;
The note is not visible to the blocked user.