Re: [libav-devel] [PATCH] mpeg2enc: Don't mark all streams as component video

2017-08-13 Thread Mark Thompson
On 13/08/17 09:07, Anton Khirnov wrote: > Quoting Mark Thompson (2017-08-12 23:16:13) >> Since there is no information about the source format, "unspecified" >> is the correct value to write here. >> --- >> libavcodec/mpeg12enc.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff

Re: [libav-devel] [PATCH] mpeg2enc: Don't mark all streams as component video

2017-08-13 Thread Anton Khirnov
Quoting Mark Thompson (2017-08-12 23:16:13) > Since there is no information about the source format, "unspecified" > is the correct value to write here. > --- > libavcodec/mpeg12enc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/mpeg12enc.c

[libav-devel] [PATCH] mpeg2enc: Don't mark all streams as component video

2017-08-12 Thread Mark Thompson
Since there is no information about the source format, "unspecified" is the correct value to write here. --- libavcodec/mpeg12enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mpeg12enc.c b/libavcodec/mpeg12enc.c index 103f3aaa7..406950901 100644 ---