mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: remove some dead assignments
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
b2e37e3eb2
commit
3a09dbdb4a
2 changed files with 0 additions and 2 deletions
|
|
@ -300,7 +300,6 @@ static int bsfs_poll(AVCodecContext *avctx, AVPacket *pkt)
|
|||
ret = av_bsf_receive_packet(s->bsfs[idx], pkt);
|
||||
if (ret == AVERROR(EAGAIN)) {
|
||||
/* no packets available, try the next filter up the chain */
|
||||
ret = 0;
|
||||
idx--;
|
||||
continue;
|
||||
} else if (ret < 0 && ret != AVERROR_EOF) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue