[vlc-commits] es_out: fill fmt on es restart
Francois Cartegnie
git at videolan.org
Tue Nov 6 09:11:47 CET 2018
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Nov 6 09:08:36 2018 +0200| [8409173aa29358ff8fc8113aed9e03a026004155] | committer: Francois Cartegnie
es_out: fill fmt on es restart
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8409173aa29358ff8fc8113aed9e03a026004155
---
src/input/es_out.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/input/es_out.c b/src/input/es_out.c
index 8e07b323b8..9c85dedf66 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -2730,6 +2730,7 @@ static int EsOutVaControlLocked( es_out_t *out, int i_query, va_list args )
int ret = es_format_Copy( &es->fmt, p_fmt );
if( ret != VLC_SUCCESS )
return ret;
+ EsOutFillEsFmt( out, &es->fmt );
if( es->p_dec )
{
More information about the vlc-commits
mailing list