mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-15 03:50:31 +00:00
avformat/shared: add missing ret = 0
Sponsored-by: nxtedition AB Signed-off-by: Niklas Haas <git@haasn.dev>
This commit is contained in:
parent
f704dd77b7
commit
a37c00c4e9
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ static int shared_open(URLContext *h, const char *arg, int flags, AVDictionary *
|
|||
|
||||
h->max_packet_size = s->block_size;
|
||||
h->min_packet_size = s->block_size;
|
||||
ret = 0;
|
||||
|
||||
fail:
|
||||
if (ret < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue