diff options
Diffstat (limited to 'libhb/stream.c')
-rwxr-xr-x | libhb/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/stream.c b/libhb/stream.c index ab8963c41..b168308bd 100755 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -676,7 +676,7 @@ static void hb_stream_put_back(hb_stream_t *stream, int i) stream->ps_decode_buffer[read_buffer_index].read_pos -= i; } else - fprintf(stderr, "hb_stream_put_back - trying to step beyond the start of the buffer, read_pos = %d amt to put back = %d\n", stream->ps_decode_buffer[read_buffer_index].read_pos, i); + hb_error("hb_stream_put_back - trying to step beyond the start of the buffer, read_pos = %d amt to put back = %d\n", stream->ps_decode_buffer[read_buffer_index].read_pos, i); } } |