Re: [FFmpeg-devel] [PATCH] lavf/dashenc.c: Fix creating audio-only HLS playlists

2021-05-31 Thread Jeyapal, Karthick
>On 5/31/21, 6:00 PM, "Przemysław Sobala" wrote: > >Could any maintainer take a look at that? Pushed with minor indentation changes. Thanks, Karthick >-- >Best regards >Przemysław Sobala ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://f

Re: [FFmpeg-devel] [PATCH] lavf/dashenc.c: Fix creating audio-only HLS playlists

2021-05-31 Thread Przemysław Sobala
Could any maintainer take a look at that? -- Best regards Przemysław Sobala ___ 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

Re: [FFmpeg-devel] [PATCH] lavf/dashenc.c: Fix creating audio-only HLS playlists

2021-05-24 Thread Przemysław Sobala
Hello all, I wanted to follow Carl's advice ( https://trac.ffmpeg.org/ticket/9252#comment:4) and prepared a patch with hidden indentation changes, via git format-patch --ignore-space-change origin/master (see my previous message) but that patch does not apply then. So once again I'm sending the who