[vlc-commits] decoder: mention the video.buffer_new() can be called from any decoder thread
Steve Lhomme
git at videolan.org
Wed Jan 16 08:28:38 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at 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 * );
More information about the vlc-commits
mailing list