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

Packetize MPV as well

(cherry picked from commit af4d8375)
parent fa435d12
...@@ -582,6 +582,7 @@ static void *mpv_init (demux_t *demux) ...@@ -582,6 +582,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