comparison interplayvideo.c @ 1926:939a3c1df7a0 libavcodec

unknown format chars
author alex
date Wed, 07 Apr 2004 13:14:29 +0000
parents 129236143f2e
children 0a68e8dd1c3b
comparison
equal deleted inserted replaced
1925:48c1033bd23b 1926:939a3c1df7a0
844 } 844 }
845 } 845 }
846 } 846 }
847 if ((s->stream_ptr != s->stream_end) && 847 if ((s->stream_ptr != s->stream_end) &&
848 (s->stream_ptr + 1 != s->stream_end)) { 848 (s->stream_ptr + 1 != s->stream_end)) {
849 av_log(s->avctx, AV_LOG_ERROR, " Interplay video: decode finished with %zd bytes left over\n", 849 av_log(s->avctx, AV_LOG_ERROR, " Interplay video: decode finished with %d bytes left over\n",
850 s->stream_end - s->stream_ptr); 850 s->stream_end - s->stream_ptr);
851 } 851 }
852 } 852 }
853 853
854 static int ipvideo_decode_init(AVCodecContext *avctx) 854 static int ipvideo_decode_init(AVCodecContext *avctx)