Commit ca0828ec authored by Clément Stenac's avatar Clément Stenac

Fixed string

parent 7965eb30
...@@ -887,8 +887,7 @@ static block_t *asf_header_create( sout_mux_t *p_mux, vlc_bool_t b_broadcast ) ...@@ -887,8 +887,7 @@ static block_t *asf_header_create( sout_mux_t *p_mux, vlc_bool_t b_broadcast )
i_den = VOUT_ASPECT_FACTOR * p_sys->track[i].fmt.video.i_width; i_den = VOUT_ASPECT_FACTOR * p_sys->track[i].fmt.video.i_width;
vlc_reduce( &i_dst_num, &i_dst_den, i_num, i_den, 0 ); vlc_reduce( &i_dst_num, &i_dst_den, i_num, i_den, 0 );
msg_Dbg( p_mux, "pixel aspect-ratio: %i/%i", i_dst_num, i_dst_den, msg_Dbg( p_mux, "pixel aspect-ratio: %i/%i", i_dst_num, i_dst_den );
p_sys->track[i].fmt.video.i_aspect, VOUT_ASPECT_FACTOR );
bo_add_guid ( &bo, &asf_object_metadata_guid ); bo_add_guid ( &bo, &asf_object_metadata_guid );
bo_addle_u64( &bo, i_cm_size ); bo_addle_u64( &bo, i_cm_size );
......
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