summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c
index 52774d392f..d92f6fe0a9 100644
--- a/libavcodec/motion_est.c
+++ b/libavcodec/motion_est.c
@@ -322,7 +322,7 @@ static void set_cmp(MpegEncContext *s, me_cmp_func *cmp, int type){
}
break;
default:
- fprintf(stderr,"internal error in cmp function selection\n");
+ av_log(s->avctx, AV_LOG_ERROR,"internal error in cmp function selection\n");
}
}