ffmpeg: Remove dead store.
This commit is contained in:
parent
08fe874fa4
commit
cf89e55ac0
1 changed files with 0 additions and 1 deletions
1
ffmpeg.c
1
ffmpeg.c
|
@ -1676,7 +1676,6 @@ static int output_packet(InputStream *ist, int ist_index,
|
|||
}
|
||||
break;
|
||||
}
|
||||
ret = avpkt.size;
|
||||
avpkt.size = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue