comparison dv.c @ 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 d63e0185a90f
comparison
equal deleted inserted replaced
1221:867d8f0bede6 1222:adcc6f345202
276 pos += run; 276 pos += run;
277 /* error */ 277 /* error */
278 if (pos >= 64) { 278 if (pos >= 64) {
279 read_error: 279 read_error:
280 #if defined(VLC_DEBUG) || 1 280 #if defined(VLC_DEBUG) || 1
281 printf("error pos=%d\n", pos); 281 fprintf(stderr, "error pos=%d\n", pos);
282 #endif 282 #endif
283 /* for errors, we consider the eob is reached */ 283 /* for errors, we consider the eob is reached */
284 mb->eob_reached = 1; 284 mb->eob_reached = 1;
285 break; 285 break;
286 } 286 }