Commit af4d8375 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Packetize MPV as well

parent 575b1c1c
...@@ -556,6 +556,7 @@ static void *mpv_init (demux_t *demux) ...@@ -556,6 +556,7 @@ static void *mpv_init (demux_t *demux)
es_format_t fmt; es_format_t fmt;
es_format_Init (&fmt, VIDEO_ES, VLC_FOURCC ('m', 'p', 'g', 'v')); es_format_Init (&fmt, VIDEO_ES, VLC_FOURCC ('m', 'p', 'g', 'v'));
fmt.b_packetized = false;
return codec_init (demux, &fmt); return codec_init (demux, &fmt);
} }
......
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