vlc | branch: master | Steve Lhomme <rob...@ycbcr.xyz> | Tue Jan 15 11:38:20 2019 +0100| [b378e39122e96b101983d3f3f19f11b0434efaf3] | committer: Steve Lhomme
decoder: mention the video.buffer_new() can be called from any decoder thread > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b378e39122e96b101983d3f3f19f11b0434efaf3 --- include/vlc_codec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_codec.h b/include/vlc_codec.h index 88965e7337..a68b0a125b 100644 --- a/include/vlc_codec.h +++ b/include/vlc_codec.h @@ -51,7 +51,7 @@ struct decoder_owner_callbacks { int (*format_update)( decoder_t * ); - /* cf. decoder_NewPicture */ + /* cf. decoder_NewPicture, can be called from any decoder thread */ picture_t* (*buffer_new)( decoder_t * ); /* cf.decoder_QueueVideo */ void (*queue)( decoder_t *, picture_t * ); _______________________________________________ vlc-commits mailing list vlc-commits@videolan.org https://mailman.videolan.org/listinfo/vlc-commits