[vlc-devel] commit: Grr, really fix ts-extra-pmt comment. (Laurent Aimar )
git version control
git at videolan.org
Fri Jul 4 22:53:56 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Jul 4 20:56:04 2008 +0000| [d80274152725e0f9b2cfea06889bd5dd2ddced7a]
Grr, really fix ts-extra-pmt comment.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d80274152725e0f9b2cfea06889bd5dd2ddced7a
---
modules/demux/ts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index e70d261..f67586f 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -105,7 +105,7 @@ static void Close ( vlc_object_t * );
* where pid_description could take 3 forms:
* 1. pid:pcr (to force the pcr pid)
* 2. pid:stream_type
- * 3. pid:type:fourcc where type=(video|audio|spu)
+ * 3. pid:type=fourcc where type=(video|audio|spu)
*/
#define PMT_TEXT N_("Extra PMT")
#define PMT_LONGTEXT N_( \
More information about the vlc-devel
mailing list