Re: [FFmpeg-devel] [PATCH] avformat/demux: Use av_opt_set_int() where appropriate

2021-09-18 Thread Paul B Mahol
probably fine ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] avformat/demux: Use av_opt_set_int() where appropriate

2021-09-17 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- I find it odd that the previous values are not restored, but rather overwritten with the default value of said option. libavformat/demux.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavformat/demux.c b/libavformat/demux.c i