Hi Efrain

On Wed, Feb 05, 2025 at 07:25:23PM -0600, Efrain Torres wrote:
> Currently when a Unix Domain Socket is used as input there is a loss of data
> when data is consumed from the stream. Setting is_streamed to true fixes
> this, since the unix domain socket is now treated like a consumable stream.
> 
> Fixes: #9346
> 
> Signed-off-by: dank074 <torresefrai...@gmail.com>
> ---
>  libavformat/unix.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavformat/unix.c b/libavformat/unix.c
> index 5704155cf0..2de4023835 100644
> --- a/libavformat/unix.c
> +++ b/libavformat/unix.c
> @@ -89,7 +89,7 @@ static int unix_open(URLContext *h, const char *filename,
> int flags)
>      }

This patch is corrupted by a newline, check your editors word/line wrap settings
OR
attach the patch
OR
use git send-email

thx

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The greatest way to live with honor in this world is to be what we pretend
to be. -- Socrates

Attachment: signature.asc
Description: PGP signature

_______________________________________________
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".

Reply via email to