Commit 6f25345d authored by Christophe Massiot's avatar Christophe Massiot

* modules/mux/mpeg/ts.c: Fixed comment.

parent 9a1ab88d
...@@ -1484,7 +1484,7 @@ static int Mux( sout_mux_t *p_mux ) ...@@ -1484,7 +1484,7 @@ static int Mux( sout_mux_t *p_mux )
else if( p_input->p_fmt->i_codec == else if( p_input->p_fmt->i_codec ==
VLC_FOURCC('d','v','b','s') ) VLC_FOURCC('d','v','b','s') )
{ {
/* EN 300 473 */ /* EN 300 743 */
b_data_alignment = 1; b_data_alignment = 1;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment