[FFmpeg-devel] ffmepg.c: change "fprintf(stderr" to "av_log(NULL, AV_LOG_ERROR"

Paweł Kołodziej Pawel.Kolodziej
Mon Feb 16 11:35:04 CET 2009


Hi,
In ffmpeg.c there is a lot (about 80) places like:

  fprintf(stderr, "yada yada yada\n");
  av_exit(1);

Is there any reason to not change "fprintf(stderr" to
"av_log(NULL,AV_LOG_ERROR" ? If not then I will do this change. 

Regards,
Pawel





More information about the ffmpeg-devel mailing list