Mercurial > libavformat.hg
changeset 2987:721d236e04d6 libavformat
use context in av_log
author | bcoudurier |
---|---|
date | Wed, 30 Jan 2008 13:22:31 +0000 |
parents | ecce6daf477c |
children | bc099b0e8b6f |
files | movenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/movenc.c Wed Jan 30 13:22:04 2008 +0000 +++ b/movenc.c Wed Jan 30 13:22:31 2008 +0000 @@ -1465,7 +1465,7 @@ track->timescale = st->codec->time_base.den; av_set_pts_info(st, 64, 1, st->codec->time_base.den); if (track->mode == MODE_MOV && track->timescale > 100000) - av_log(NULL, AV_LOG_WARNING, + av_log(s, AV_LOG_WARNING, "WARNING codec timebase is very high. If duration is too long,\n" "file may not be playable by quicktime. Specify a shorter timebase\n" "or choose different container.\n");