Skip to content
Snippets Groups Projects
Commit 99fd05cb authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

use AVFormatContext to log

Originally committed as revision 6731 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3d1eed61
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment