Skip to content

Commit

Permalink
sout: existing code assumes ACCESS_OUT_CAN_SEEK is false on failure
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
  • Loading branch information
robUx4 authored and jbkempf committed May 9, 2016
1 parent e9878b8 commit 2244a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vlc_sout.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ struct sout_access_out_t
enum access_out_query_e
{
ACCESS_OUT_CONTROLS_PACE, /* arg1=bool *, can fail (assume true) */
ACCESS_OUT_CAN_SEEK, /* arg1=bool *, can fail (assume true) */
ACCESS_OUT_CAN_SEEK, /* arg1=bool *, can fail (assume false) */
};

VLC_API sout_access_out_t * sout_AccessOutNew( vlc_object_t *, const char *psz_access, const char *psz_name ) VLC_USED;
Expand Down

0 comments on commit 2244a1d

Please sign in to comment.