do not call (av_)abort()
Originally committed as revision 3544 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -315,7 +315,7 @@ static int rm_write_header(AVFormatContext *s)
|
||||
stream->total_frames = stream->nb_packets;
|
||||
break;
|
||||
default:
|
||||
av_abort();
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user