Re: [FFmpeg-devel] [PATCH] avformat/libsrt: fix merge of payload_size option

2018-09-03 Thread Marton Balint
On Sun, 2 Sep 2018, James Almer wrote: On 9/2/2018 8:58 PM, Marton Balint wrote: Fixes a compile error and re-adds pkt_size as a url?option as well. Sorry about that. I made sure to keep the logic as you added it a few days ago instead of adopting the one from libav, including keeping the o

Re: [FFmpeg-devel] [PATCH] avformat/libsrt: fix merge of payload_size option

2018-09-02 Thread James Almer
On 9/2/2018 8:58 PM, Marton Balint wrote: > Fixes a compile error and re-adds pkt_size as a url?option as well. Sorry about that. I made sure to keep the logic as you added it a few days ago instead of adopting the one from libav, including keeping the option name you added and the default of -1,

[FFmpeg-devel] [PATCH] avformat/libsrt: fix merge of payload_size option

2018-09-02 Thread Marton Balint
Fixes a compile error and re-adds pkt_size as a url?option as well. Signed-off-by: Marton Balint --- libavformat/libsrt.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index 9795e279e8..fbfd6ace83 100644 --- a/libavformat/l