Mercurial > libavcodec.hg
changeset 1222:adcc6f345202 libavcodec
making it nicer to the client who doesn't expect errors messages in stdout
author | romansh |
---|---|
date | Thu, 01 May 2003 22:45:09 +0000 |
parents | 867d8f0bede6 |
children | fb02fae72a0a |
files | dv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dv.c Tue Apr 29 01:51:38 2003 +0000 +++ b/dv.c Thu May 01 22:45:09 2003 +0000 @@ -278,7 +278,7 @@ if (pos >= 64) { read_error: #if defined(VLC_DEBUG) || 1 - printf("error pos=%d\n", pos); + fprintf(stderr, "error pos=%d\n", pos); #endif /* for errors, we consider the eob is reached */ mb->eob_reached = 1;