diff --git a/libmpdemux/asfheader.c b/libmpdemux/asfheader.c index 6c755fa307..d4c5d62b45 100644 --- a/libmpdemux/asfheader.c +++ b/libmpdemux/asfheader.c @@ -288,7 +288,7 @@ static int get_ext_stream_properties(char *buf, int buf_len, int stream_num, str return 1; } } - return 0; + return 1; } #define CHECKDEC(l, n) if (((l) -= (n)) < 0) return 0