From e9391cee297e6976df8550e4df3eab7f10b0b34a Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 9 Apr 2003 13:31:31 +0000 Subject: wrong constant CVS patchset: 4579 CVS date: 2003/04/09 13:31:31 --- src/libsputext/demux_sputext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libsputext/demux_sputext.c b/src/libsputext/demux_sputext.c index 186590d24..276abf3f5 100644 --- a/src/libsputext/demux_sputext.c +++ b/src/libsputext/demux_sputext.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_sputext.c,v 1.15 2003/04/06 11:55:47 mroi Exp $ + * $Id: demux_sputext.c,v 1.16 2003/04/09 13:31:31 mroi Exp $ * * code based on old libsputext/xine_decoder.c * @@ -885,7 +885,7 @@ static int demux_sputext_get_optional_data(demux_plugin_t *this_gen, case DEMUX_OPTIONAL_DATA_SPULANG: if (channel == -1 || channel == 0) { sprintf(data, "%s", "sub"); - return INPUT_OPTIONAL_SUCCESS; + return DEMUX_OPTIONAL_SUCCESS; } default: return DEMUX_OPTIONAL_UNSUPPORTED; -- cgit v1.2.3