Re: [libav-devel] [PATCH] h264: Do not print an error when the buffer has to be refilled

2015-08-07 Thread Kostya Shishkov
On Thu, Aug 06, 2015 at 11:57:53AM +0200, Luca Barbato wrote: Partially amends 9469370fb32679352e66826daf77bdd2e6f067b5 --- My fault for testing only with fate =P libavcodec/h264.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libavcodec/h264.c

[libav-devel] [PATCH] h264: Do not print an error when the buffer has to be refilled

2015-08-06 Thread Luca Barbato
Partially amends 9469370fb32679352e66826daf77bdd2e6f067b5 --- My fault for testing only with fate =P libavcodec/h264.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index bf2ae36..d4cb030 100644 --- a/libavcodec/h264.c +++