[vlc-commits] vlc_codec: fix comment
Francois Cartegnie
git at videolan.org
Thu May 18 12:34:29 CEST 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu May 18 10:18:27 2017 +0200| [c50fece3ef3a7e148f9f55a5e0dd3602f9babfc5] | committer: Francois Cartegnie
vlc_codec: fix comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c50fece3ef3a7e148f9f55a5e0dd3602f9babfc5
---
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 d93c05034d..4066b72792 100644
--- a/include/vlc_codec.h
+++ b/include/vlc_codec.h
@@ -129,7 +129,7 @@ struct decoder_t
* return CC for the pictures returned by the last pf_packetize call only,
* pb_present will be used to known which cc channel are present (but
* globaly, not necessary for the current packet. Video decoders should use
- * the decoder_QueueVideoWithCc() function to pass closed captions. */
+ * the decoder_QueueCc() function to pass closed captions. */
block_t * ( * pf_get_cc ) ( decoder_t *, bool pb_present[4] );
/* Meta data at codec level
More information about the vlc-commits
mailing list