summaryrefslogtreecommitdiff
path: root/libavformat/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rm.c')
-rw-r--r--libavformat/rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rm.c b/libavformat/rm.c
index 6cec714ff8..7942337541 100644
--- a/libavformat/rm.c
+++ b/libavformat/rm.c
@@ -636,7 +636,7 @@ static int rm_read_header(AVFormatContext *s, AVFormatParameters *ap)
} else {
if (get_le32(pb) != MKTAG('V', 'I', 'D', 'O')) {
fail1:
- fprintf(stderr, "Unsupported video codec\n");
+ av_log(&st->codec, AV_LOG_ERROR, "Unsupported video codec\n");
goto fail;
}
st->codec.codec_tag = get_le32(pb);