Commit d8fc9f3b authored by Jean-Paul Saman's avatar Jean-Paul Saman

By default --packetizer-mpegvideo-sync-iframe is disabled.

parent fdbb38ee
......@@ -67,7 +67,7 @@ vlc_module_begin();
set_capability( "packetizer", 50 );
set_callbacks( Open, Close );
add_bool( "packetizer-mpegvideo-sync-iframe", 1, NULL, SYNC_INTRAFRAME_TEXT,
add_bool( "packetizer-mpegvideo-sync-iframe", 0, NULL, SYNC_INTRAFRAME_TEXT,
SYNC_INTRAFRAME_LONGTEXT, VLC_TRUE );
vlc_module_end();
......
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