Re: [FFmpeg-devel] [PATCH v2] avformat/libsrt: print streamid at client

2020-10-01 Thread Moritz Barsnick
On Thu, Oct 01, 2020 at 14:13:14 +0530, raghavendra wrote: > Print the SRT streamid at the client. > Logged to the context and changed info to verbose. No, this is a patch on top of your original patch. That is not acceptable. You need to change the original commit and resubmit that. > if(!l

[FFmpeg-devel] [PATCH v2] avformat/libsrt: print streamid at client

2020-10-01 Thread raghavendra
Print the SRT streamid at the client. Logged to the context and changed info to verbose. Signed-off-by: raghavendra --- libavformat/libsrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index ee64cb82f7..b6b50302b7 100644 --- a/l