On Wed, Nov 06, 2019 at 08:08:27PM +0100, Carl Eugen Hoyos wrote: > Am Mi., 6. Nov. 2019 um 13:18 Uhr schrieb Andreas Rheinhardt > <[email protected]>: > > > > Introduced in ed3c317d. > > > > Signed-off-by: Andreas Rheinhardt <[email protected]> > > --- > > fftools/ffmpeg_opt.c | 6 ++++-- > > 1 file changed, 4 insertions(+), 2 deletions(-) > > > > diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c > > index af9a9a6acb..f4ccf3f65e 100644 > > --- a/fftools/ffmpeg_opt.c > > +++ b/fftools/ffmpeg_opt.c > > @@ -3008,9 +3008,10 @@ static int opt_old2new(void *optctx, const char > > *opt, const char *arg) > > { > > OptionsContext *o = optctx; > > char *s = av_asprintf("%s:%c", opt + 1, *opt); > > + int ret; > > Shouldn't the new declarations be above the call to av_asprintf()?
will apply with that change thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Elect your leaders based on what they did after the last election, not based on what they say before an election.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
