]> git.sesse.net Git - vlc/commitdiff
* modules/mux/mpeg/ts.c: Fixed comment.
authorChristophe Massiot <massiot@videolan.org>
Fri, 6 Apr 2007 16:55:20 +0000 (16:55 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 6 Apr 2007 16:55:20 +0000 (16:55 +0000)
modules/mux/mpeg/ts.c

index 33a348e742ef176e7cd012a9bcc87e5ed4252c4c..d50b132505400eb51268566a33141c79ef860e6b 100644 (file)
@@ -1484,7 +1484,7 @@ static int Mux( sout_mux_t *p_mux )
                             else if( p_input->p_fmt->i_codec ==
                                        VLC_FOURCC('d','v','b','s') )
                             {
-                                /* EN 300 473 */
+                                /* EN 300 743 */
                                 b_data_alignment = 1;
                             }
                         }