Re: [libav-devel] [PATCH 17/28] h264_sei: drop an unnecessary h264dec.h include

2016-06-11 Thread Diego Biurrun
On Sat, Jun 11, 2016 at 12:26:04PM +0200, Anton Khirnov wrote: > Quoting Diego Biurrun (2016-06-09 11:10:39) > > On Thu, Jun 09, 2016 at 10:30:03AM +0200, Anton Khirnov wrote: > > > The code does not depend on the h264 decoder anymore and only needs > > > information from h264_ps > > > --- > > > l

Re: [libav-devel] [PATCH 17/28] h264_sei: drop an unnecessary h264dec.h include

2016-06-11 Thread Anton Khirnov
Quoting Diego Biurrun (2016-06-09 11:10:39) > On Thu, Jun 09, 2016 at 10:30:03AM +0200, Anton Khirnov wrote: > > The code does not depend on the h264 decoder anymore and only needs > > information from h264_ps > > --- > > libavcodec/h264_sei.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion

Re: [libav-devel] [PATCH 17/28] h264_sei: drop an unnecessary h264dec.h include

2016-06-09 Thread Diego Biurrun
On Thu, Jun 09, 2016 at 10:30:03AM +0200, Anton Khirnov wrote: > The code does not depend on the h264 decoder anymore and only needs > information from h264_ps > --- > libavcodec/h264_sei.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This should be squashed into the h264_ps.h header c

[libav-devel] [PATCH 17/28] h264_sei: drop an unnecessary h264dec.h include

2016-06-09 Thread Anton Khirnov
The code does not depend on the h264 decoder anymore and only needs information from h264_ps --- libavcodec/h264_sei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c index 380e86c..7eef3ee 100644 --- a/libavcodec/h264_sei.c +++ b/l