Commit c09e8eea authored by bcoudurier's avatar bcoudurier

use AVFormatContext to log

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6731 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d8ff9543
......@@ -645,7 +645,7 @@ static int gxf_write_header(AVFormatContext *s)
}
break;
default:
av_log(NULL, AV_LOG_ERROR, "video codec not supported\n");
av_log(s, AV_LOG_ERROR, "video codec not supported\n");
return -1;
}
}
......
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