Reemove remaining uses of deprecated AVERROR_NOTSUPP.

This commit is contained in:
Anton Khirnov
2011-04-06 08:16:06 +02:00
parent 56a1000917
commit f5b386afab
5 changed files with 7 additions and 7 deletions

View File

@@ -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: