[vlc-commits] include: fix typo
Rémi Denis-Courmont
git at videolan.org
Tue Apr 21 20:56:09 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Apr 21 21:30:30 2015 +0300| [90848d64934a219d7bb607d3ebb40fe9199e2681] | committer: Rémi Denis-Courmont
include: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90848d64934a219d7bb607d3ebb40fe9199e2681
---
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 8f33165..8f6f46a 100644
--- a/include/vlc_codec.h
+++ b/include/vlc_codec.h
@@ -178,7 +178,7 @@ struct encoder_t
/**
* This function notifies the video output pipeline of a new video output
* format (fmt_out.video). If there is currently no video output or if the
- * video output format has changed, a new audio video will be set up.
+ * video output format has changed, a new video output will be set up.
* @return 0 if the video output is working, -1 if not. */
static inline int decoder_UpdateVideoFormat( decoder_t *dec )
{
More information about the vlc-commits
mailing list