]> git.sesse.net Git - vlc/blobdiff - include/vlc_es_out.h
Fixed ES_OUT_SET_DEFAULT name (added ES_).
[vlc] / include / vlc_es_out.h
index 9afef8e4c1f64a1354632072e09ae1e2f1435f9c..d7fb754d5b072a5ab9e02e9856ea153226a674b0 100644 (file)
@@ -58,7 +58,7 @@ enum es_out_query_e
     ES_OUT_RESTART_ES,  /* arg1= es_out_id_t*                   */
 
     /* set 'default' tag on ES (copied across from container) */
-    ES_OUT_SET_DEFAULT, /* arg1= es_out_id_t*                   */
+    ES_OUT_SET_ES_DEFAULT, /* arg1= es_out_id_t*                */
 
     /* force selection/unselection of the ES (bypass current mode) */
     ES_OUT_SET_ES_STATE,/* arg1= es_out_id_t* arg2=bool   */