mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
avformat/shared: add missing ret = 0
Sponsored-by: nxtedition AB Signed-off-by: Niklas Haas <git@haasn.dev>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user