[FFmpeg-devel] [PATCH] Implement NewTek NDI support

Nicolas George george at nsup.org
Sun Jul 23 14:55:50 EEST 2017


Le quintidi 5 thermidor, an CCXXV, Marton Balint a écrit :
> >+    if (ctx->video_st || ctx->audio_st)
> >+    {
> >+        ctx->f_started = 1;
> >+        pthread_create(&ctx->reader, NULL, ndi_reader, ctx);
> >+    }
> 
> else
>     ret = AVERROR(EIO);

EINVAL, I think.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170723/30cfb761/attachment.sig>


More information about the ffmpeg-devel mailing list