From f5b386afab51a2141447b682793ce001abdaeb5c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 6 Apr 2011 08:16:06 +0200 Subject: Reemove remaining uses of deprecated AVERROR_NOTSUPP. --- libavformat/jvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/jvdec.c') diff --git a/libavformat/jvdec.c b/libavformat/jvdec.c index c180e5db4c..d4008f7148 100644 --- a/libavformat/jvdec.c +++ b/libavformat/jvdec.c @@ -192,7 +192,7 @@ static int read_seek(AVFormatContext *s, int stream_index, int i; if (flags & (AVSEEK_FLAG_BYTE|AVSEEK_FLAG_FRAME)) - return AVERROR_NOTSUPP; + return AVERROR(ENOSYS); switch(stream_index) { case 0: -- cgit v1.2.3