diff options
author | James Almer <jamrial@gmail.com> | 2023-12-19 10:39:52 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-12-21 10:32:53 -0300 |
commit | fa961bb3830a6ab27a55f8f1b29325091a01b624 (patch) | |
tree | dbcfc3d981c51a0e96051c4b8217e25d40a7eed2 /libavcodec/opusenc_psy.c | |
parent | 1747c2fc3351656c5fa7fc9a63ce5f1fa75d6e8d (diff) | |
download | ffmpeg-fa961bb3830a6ab27a55f8f1b29325091a01b624.tar.gz |
ffmpeg_mux_init: use strtoll() to parse stream and group indexes
Long is 32 bits signed on Windows, and nb_stream{s,_groups} are both unsigned
int. In a realistic scenario this wont make a difference, but it's still
proper.
Also ensure the parsed string is an integer while at it.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/opusenc_psy.c')
0 files changed, 0 insertions, 0 deletions