Nothing but white space changed: $ git diff --ignore-all-space "$THIS"^ "$THIS" && echo NOTHING NOTHING
This is just setting up for the next commit. --- libavformat/protocols.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavformat/protocols.c b/libavformat/protocols.c index ec7c72b14f..3f8433e317 100644 --- a/libavformat/protocols.c +++ b/libavformat/protocols.c @@ -100,10 +100,10 @@ iterate: *opaque = NULL; return NULL; } - if ((output && (*p)->url_write) || (!output && (*p)->url_read)) { - *opaque = (void *)p; - return (*p)->name; - } + if ((output && (*p)->url_write) || (!output && (*p)->url_read)) { + *opaque = (void *)p; + return (*p)->name; + } ++p; goto iterate; } -- 2.22.0 _______________________________________________ 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".