Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
67ef3573 by Thomas Guillem at 2022-01-15T18:51:21+00:00
es_out: fix auto str_id

It was audioauto//0 instead of audio/auto/0.

- - - - -


1 changed file:

- src/input/es_out.c


Changes:

=====================================
src/input/es_out.c
=====================================
@@ -2088,7 +2088,7 @@ static char *EsOutCreateStrId( es_out_id_t *es, bool 
stable, const char *id,
     }
 
     if( !stable )
-        vlc_memstream_puts( &ms, "auto/" );
+        vlc_memstream_puts( &ms, "/auto" );
 
     vlc_memstream_printf( &ms, "/%d", es->fmt.i_id );
     ret = vlc_memstream_close( &ms );



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/67ef35731739255b93a350a5b09aa06ef333263a

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/67ef35731739255b93a350a5b09aa06ef333263a
You're receiving this email because of your account on code.videolan.org.


_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to