Commit 8908ddf0 authored by michael's avatar michael

more correct error message


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7655 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fbf3812d
......@@ -817,7 +817,7 @@ static int64_t asf_read_pts(AVFormatContext *s, int stream_index, int64_t *ppos,
asf_reset_header(s);
for(;;){
if (av_read_frame(s, pkt) < 0){
av_log(s, AV_LOG_INFO, "seek failed\n");
av_log(s, AV_LOG_INFO, "asf_read_pts failed\n");
return AV_NOPTS_VALUE;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment