---
libavformat/mov.c | 15 +++
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index f06de06..388cd1f 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -4533,13 +4533,20 @@ static int mov_read_uuid(MOVContext *c, AVIOContext
On Tue, Nov 08, 2016 at 03:17:26PM +0800, Steven Liu wrote:
[...]
> > diff --git a/tests/ref/fate/flv-add_keyframe_index
> > b/tests/ref/fate/flv-add_keyframe_index
> > new file mode 100644
> > index 000..8e12244
> > --- /dev/null
> > +++ b/tests/ref/fate/flv-add_keyframe_index
> > @@ -0,0 +1,1
2016-11-08 16:47 GMT+08:00 Michael Niedermayer :
> On Tue, Nov 08, 2016 at 03:17:26PM +0800, Steven Liu wrote:
> [...]
> > > diff --git a/tests/ref/fate/flv-add_keyframe_index
> > > b/tests/ref/fate/flv-add_keyframe_index
> > > new file mode 100644
> > > index 000..8e12244
> > > --- /dev/null
2016-11-08 16:51 GMT+08:00 Steven Liu :
>
>
> 2016-11-08 16:47 GMT+08:00 Michael Niedermayer :
>
>> On Tue, Nov 08, 2016 at 03:17:26PM +0800, Steven Liu wrote:
>> [...]
>> > > diff --git a/tests/ref/fate/flv-add_keyframe_index
>> > > b/tests/ref/fate/flv-add_keyframe_index
>> > > new file mode 100
On Tue, Nov 08, 2016 at 05:48:07PM +0800, Steven Liu wrote:
> 2016-11-08 16:51 GMT+08:00 Steven Liu :
>
> >
> >
> > 2016-11-08 16:47 GMT+08:00 Michael Niedermayer :
> >
> >> On Tue, Nov 08, 2016 at 03:17:26PM +0800, Steven Liu wrote:
> >> [...]
> >> > > diff --git a/tests/ref/fate/flv-add_keyframe
Hi!
Attached patch allows automatic insertion of dump_extra when
remuxing mpeg4 asp.
Please comment, Carl Eugen
From 8ff75d4fa9127f3f02dde9408795f27c8d0e9c2c Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Tue, 8 Nov 2016 12:22:26 +0100
Subject: [PATCH] lavf/mpegtsenc: Automatically inser
Add keyframe index metadata
Used to facilitate seeking; particularly for HTTP pseudo streaming.
1. read live streaming or file by sequence
2. if use add_keyframe_index option, add a mark flag at the position,
use to insert new context at the last step.
3. add the keyframes *offset* and *time
2016-11-08 19:07 GMT+08:00 Michael Niedermayer :
> On Tue, Nov 08, 2016 at 05:48:07PM +0800, Steven Liu wrote:
> > 2016-11-08 16:51 GMT+08:00 Steven Liu :
> >
> > >
> > >
> > > 2016-11-08 16:47 GMT+08:00 Michael Niedermayer >:
> > >
> > >> On Tue, Nov 08, 2016 at 03:17:26PM +0800, Steven Liu wrot
On Tue, Nov 08, 2016 at 12:25:00PM +0100, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch allows automatic insertion of dump_extra when
> remuxing mpeg4 asp.
>
> Please comment, Carl Eugen
> mpegtsenc.c |7 ++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
> 071687a7d12bb9b78df3601
On Tue, Nov 08, 2016 at 04:34:13PM +0800, Chen Meng wrote:
> ---
> libavformat/mov.c | 15 +++
> 1 file changed, 11 insertions(+), 4 deletions(-)
>
> diff --git a/libavformat/mov.c b/libavformat/mov.c
> index f06de06..388cd1f 100644
> --- a/libavformat/mov.c
> +++ b/libavformat/mov.c
On Tue, Nov 08, 2016 at 12:21:52AM +, Tom Butterworth wrote:
> This allows a subsequent change to compress directly into the output packet
> when possible.
> ---
> libavcodec/hapenc.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/libavcodec/hapenc.c b/libavcod
---
configure | 4 +
libavcodec/Makefile| 1 +
libavcodec/allcodecs.c | 2 +
libavcodec/avcodec.h | 1 +
libavcodec/cavs_parser.c | 9 ++
libavcodec/codec_desc.c| 7 ++
libavcodec/libuavs2d.c | 218 +++
On Mon, Nov 07, 2016 at 08:38:59PM -0800, Thomas Turner wrote:
> Signed-off-by: Thomas Turner
> ---
> libavcodec/Makefile | 3 +-
> libavcodec/tests/avpacket.c | 134
>
> tests/fate/libavcodec.mak | 5 ++
> 3 files changed, 141 insertion
On Mon, Nov 07, 2016 at 10:32:05PM -0500, Vittorio Giovara wrote:
> Signed-off-by: Vittorio Giovara
> ---
> Sorry, I can't share the sample or add a fate for this.
> Please CC.
> Vittorio
>
> libavformat/mov.c | 2 ++
> 1 file changed, 2 insertions(+)
applied
thx
[..]
--
Michael GnuPG fi
2016-11-08 20:57 GMT+08:00 Zhenyu Wang :
> ---
> configure | 4 +
> libavcodec/Makefile| 1 +
> libavcodec/allcodecs.c | 2 +
> libavcodec/avcodec.h | 1 +
> libavcodec/cavs_parser.c | 9 ++
> libavcodec/codec_desc.c| 7 ++
> libavcodec/libuavs
2016-11-08 21:07 GMT+08:00 Steven Liu :
>
>
> 2016-11-08 20:57 GMT+08:00 Zhenyu Wang :
>
https://ffmpeg.org/developer.html
Keep the main commit message short with an extended description below.
The commit message should have a short first line in the form of a ‘topic:
short description’ as a he
2016-11-08 20:57 GMT+08:00 Zhenyu Wang :
> ---
> configure | 4 +
> libavcodec/Makefile| 1 +
> libavcodec/allcodecs.c | 2 +
> libavcodec/avcodec.h | 1 +
> libavcodec/cavs_parser.c | 9 ++
> libavcodec/codec_desc.c| 7 ++
> libavcodec/libuavs
This allows a subsequent change to compress directly into the output packet
when possible.
---
libavcodec/hapenc.c | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/libavcodec/hapenc.c b/libavcodec/hapenc.c
index 076923b..79b6074 100644
--- a/libavcodec/hapenc.c
+++
The secondary compression in Hap is optional, this change exposes that option to
the user as some use-cases favour higher bitrate files to reduce workload
decoding.
Adds "none" or "snappy" as options for "compressor". Selecting "none" disregards
"chunks" option: chunking is only of benefit decompre
On Tue, 8 Nov 2016 at 12:44 Michael Niedermayer
wrote:
...
> > -static void compress_texture(AVCodecContext *avctx, const AVFrame *f)
> > +static void compress_texture(AVCodecContext *avctx, uint8_t *out, const
> AVFrame *f)
>
> passing an output array without array size into a function raises a
On Tue, Nov 08, 2016 at 07:43:49PM +0800, Steven Liu wrote:
> Add keyframe index metadata
> Used to facilitate seeking; particularly for HTTP pseudo streaming.
> 1. read live streaming or file by sequence
> 2. if use add_keyframe_index option, add a mark flag at the position,
> use to insert
This patch is a fix for ticket #2833.
Each subtitle segment is its own WebVTT file and has to demuxed individually.
The timing of the subtitles are not perfect but it is the best I could do and
it also does not take into account the X-TIMESTAMP-MAP header in the WebVTT
files which is needed to
On Tue, Nov 08, 2016 at 01:30:53PM +, Tom Butterworth wrote:
> This allows a subsequent change to compress directly into the output packet
> when possible.
> ---
> libavcodec/hapenc.c | 12 +---
> 1 file changed, 9 insertions(+), 3 deletions(-)
LGTM
thx
[...]
--
Michael GnuPG
> ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet osg.samsung.com> | Tue Nov 8 00:51:28 2016 -0800|
> [1323349befd3f55bef2f9e46168f17a53f8f6d4a] | committer: Michael Niedermayer
>
> ffserver: get time_base from AVStream in print_stream_params()
>
> AVStream.codec is deprecated
>
> Signed-
Thx for reply.I've tried to add error code in return.
此致——孟辰(阏逢) 阿里云事业群-飞天事业部-视频服务Eml: mengchen.mc@alibaba-inc.comMob:
+86-1316-257-5752 | Tel: 021-5255-9888.71048Adr: 上海市浦东新区杨高南路759号陆家嘴世纪金融广场2号楼15层
--From:Michael
Niedermayer
From baee22d71825128f74beb15122cd786f8d89f13f Mon Sep 17 00:00:00 2001
From: Chen Meng
Date: Tue, 8 Nov 2016 22:58:44 +0800
Subject: [PATCH] Take the error code in return.
---
libavformat/mov.c | 30 ++
1 file changed, 14 insertions(+), 16 deletions(-)
diff --git a/l
On Mon, Nov 7, 2016 at 6:00 PM, Marton Balint wrote:
>
> On Fri, 4 Nov 2016, Marton Balint wrote:
>
>>
>> On Thu, 3 Nov 2016, Hendrik Leppkes wrote:
>>
>>> On Mon, Oct 17, 2016 at 5:20 PM, Moritz Barsnick
>>> wrote:
On Mon, Oct 17, 2016 at 17:09:15 +0200, wm4 wrote:
>
> Does thi
Also a small cosmetic change to the avx2 idct16 version to make it
explicit that one of the arguments to the write-out macros is unused
for >=avx2 (it uses pmovzxbw instead of punpcklbw).
---
libavcodec/x86/vp9dsp_init.c | 8 +-
libavcodec/x86/vp9itxfm.asm | 188
On 11/7/2016 9:00 PM, James Zern wrote:
> On Sat, Nov 5, 2016 at 1:50 PM, James Almer wrote:
>> If the value is negative then it means padding at the start of the packet
>> instead of at the end.
>>
>> Based on a patch by Hendrik Leppkes.
>>
>> Signed-off-by: James Almer
>> ---
>> libavformat/ma
thanks, pushed
On Tue, 8 Nov 2016 at 14:14 Michael Niedermayer
wrote:
> On Tue, Nov 08, 2016 at 01:30:53PM +, Tom Butterworth wrote:
> > This allows a subsequent change to compress directly into the output
> packet when possible.
> > ---
> > libavcodec/hapenc.c | 12 +---
> > 1 file
I will try this, thank you very much!
/Fredrik Persson
On Tue, Nov 8, 2016 at 1:05 PM, Michael Niedermayer
wrote:
> On Tue, Nov 08, 2016 at 12:25:00PM +0100, Carl Eugen Hoyos wrote:
> > Hi!
> >
> > Attached patch allows automatic insertion of dump_extra when
> > remuxing mpeg4 asp.
> >
> > Plea
On Tue, Nov 08, 2016 at 11:04:35PM +0800, Chen Meng wrote:
> From baee22d71825128f74beb15122cd786f8d89f13f Mon Sep 17 00:00:00 2001
> From: Chen Meng
> Date: Tue, 8 Nov 2016 22:58:44 +0800
> Subject: [PATCH] Take the error code in return.
git refuses to apply this
Applying: Making process of uui
On 08.11.2016 00:54, Michael Niedermayer wrote:
> On Mon, Nov 07, 2016 at 11:49:52PM +0100, Andreas Cadhalpun wrote:
>> Signed-off-by: Andreas Cadhalpun
>> ---
>> libavformat/mpegts.c | 4
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
>> in
On 11/08/2016 06:29 AM, James Almer wrote:
[..]
Right now it just returns st->codec->time_base, but after st->codec is
deprecated
it will be adapted to use st->internal->avctx->time_base.
Perfect! Will do. Thanks for the hint James.
Bests,
--
Reynaldo H. Verdejo Pinochet
Open Source Grou
On 08.11.2016 01:12, Michael Niedermayer wrote:
> On Tue, Nov 08, 2016 at 12:44:56AM +0100, Andreas Cadhalpun wrote:
>> The code assumes that s->streams[0] is valid.
>>
>> Signed-off-by: Andreas Cadhalpun
>> ---
>> libavformat/matroskadec.c | 5 +
>> 1 file changed, 5 insertions(+)
>
> shoul
On Tue, Nov 08, 2016 at 11:22:31AM -0500, Ronald S. Bultje wrote:
> Also a small cosmetic change to the avx2 idct16 version to make it
> explicit that one of the arguments to the write-out macros is unused
> for >=avx2 (it uses pmovzxbw instead of punpcklbw).
> ---
> libavcodec/x86/vp9dsp_init.c |
Hi,
On Tue, Nov 8, 2016 at 2:39 PM, Michael Niedermayer
wrote:
> On Tue, Nov 08, 2016 at 11:22:31AM -0500, Ronald S. Bultje wrote:
> > Also a small cosmetic change to the avx2 idct16 version to make it
> > explicit that one of the arguments to the write-out macros is unused
> > for >=avx2 (it us
Hi,
On Tue, Nov 8, 2016 at 2:43 PM, Ronald S. Bultje wrote:
> Hi,
>
> On Tue, Nov 8, 2016 at 2:39 PM, Michael Niedermayer <
> mich...@niedermayer.cc> wrote:
>
>> On Tue, Nov 08, 2016 at 11:22:31AM -0500, Ronald S. Bultje wrote:
>> > Also a small cosmetic change to the avx2 idct16 version to make
On Tue, Nov 08, 2016 at 07:47:02PM +0100, Andreas Cadhalpun wrote:
> On 08.11.2016 00:54, Michael Niedermayer wrote:
> > On Mon, Nov 07, 2016 at 11:49:52PM +0100, Andreas Cadhalpun wrote:
> >> Signed-off-by: Andreas Cadhalpun
> >> ---
> >> libavformat/mpegts.c | 4
> >> 1 file changed, 4 ins
On Tue, Nov 08, 2016 at 01:30:54PM +, Tom Butterworth wrote:
> The secondary compression in Hap is optional, this change exposes that option
> to
> the user as some use-cases favour higher bitrate files to reduce workload
> decoding.
> Adds "none" or "snappy" as options for "compressor". Selec
On 08.11.2016 21:09, Michael Niedermayer wrote:
> On Tue, Nov 08, 2016 at 07:47:02PM +0100, Andreas Cadhalpun wrote:
>> On 08.11.2016 00:54, Michael Niedermayer wrote:
>>> On Mon, Nov 07, 2016 at 11:49:52PM +0100, Andreas Cadhalpun wrote:
Signed-off-by: Andreas Cadhalpun
---
libavf
> > Adds "none" or "snappy" as options for "compressor". Selecting "none"
> disregards
> > "chunks" option: chunking is only of benefit decompressing Snappy.
> > ---
Maybe can be useful, to have a log,
if chunk_count != 1 and compression is none, to show to the user, that the
chunk count option w
Allows to grab only a single window by using syntax:
ffmpeg -f x11grab -r 15 -i ":0/0x0580001b/parent2" ...
The syntax for input is "display/grab_window_id/focus_window_id".
If focus_window_id is omitted it is set as grab_window_id.
There are special constants for focus_window_id:
- this: grab_wind
On Tue, Nov 08, 2016 at 09:38:49PM +0100, Andreas Cadhalpun wrote:
> On 08.11.2016 21:09, Michael Niedermayer wrote:
> > On Tue, Nov 08, 2016 at 07:47:02PM +0100, Andreas Cadhalpun wrote:
> >> On 08.11.2016 00:54, Michael Niedermayer wrote:
> >>> On Mon, Nov 07, 2016 at 11:49:52PM +0100, Andreas Ca
Thanks for your comments Martin -
> > Adds "none" or "snappy" as options for "compressor". Selecting "none"
> > disregards
> > > "chunks" option: chunking is only of benefit decompressing Snappy.
> > > ---
>
>
> Maybe can be useful, to have a log,
> if chunk_count != 1 and compression is none, to
Signed-off-by: Michael Niedermayer
---
cmdutils.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/cmdutils.c b/cmdutils.c
index 44fe64c..2373dbf 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -231,7 +231,6 @@ static const OptionDef *find_option(const OptionDef *po,
const char *name)
* by defau
On 08.11.2016 22:12, Michael Niedermayer wrote:
> On Tue, Nov 08, 2016 at 09:38:49PM +0100, Andreas Cadhalpun wrote:
>> On 08.11.2016 21:09, Michael Niedermayer wrote:
>>> On Tue, Nov 08, 2016 at 07:47:02PM +0100, Andreas Cadhalpun wrote:
On 08.11.2016 00:54, Michael Niedermayer wrote:
> O
Since the loop goes down to i = 0 the number of iterations (variable
count) is the original i, not i - 1.
In the case of i originally being 1, this miscalculation resulted in
a division by zero.
This problem was introduced in commit
4b90dcb8493552c17a811c8b1e6538dae4061f9d.
Signed-off-by: Andreas
---
Samples available at
-
https://www.dropbox.com/s/gkswnubzy6e6rgg/h264-extradata-reload-multi-stsd.mov?dl=0
-
https://www.dropbox.com/s/djfvoqgu2z9zrqu/hevc-extradata-reload-multi-stsd.mov?dl=0
They need to be renamed without the codec tag and placed in the appropriate
directory in fate.
Pleas
---
As mentioned in the discussion.
Please CC.
Vittorio
libavcodec/hevc.c | 12 +---
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index 29e0d49..02fd606 100644
--- a/libavcodec/hevc.c
+++ b/libavcodec/hevc.c
@@ -2973,17 +2973,15 @@ st
Signed-off-by: Vittorio Giovara
---
Applied review.
Please CC.
Vittorio
libavcodec/hevc.c | 10 ++
libavformat/mov.c | 4
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index 02fd606..4417f79 100644
--- a/libavcodec/hevc.c
+++
On Mon, Nov 07, 2016 at 16:30:02 -0800, Zhenni Huang wrote:
> -avio_rb32(pb); /* vendor */
> +video_vendor_id = avio_rb32(pb); /* vendor */
> avio_rb32(pb); /* temporal quality */
> avio_rb32(pb); /* spatial quality */
>
> +/* set video_vendor_id */
> +video_vendor_id_bu
It can read less than the requested amount, in which case buf contains
uninitialized data, causing problems like segmentation faults later on.
Signed-off-by: Andreas Cadhalpun
---
libavformat/icodec.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/icodec.c b/
Signed-off-by: Andreas Cadhalpun
---
libavformat/icodec.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavformat/icodec.c b/libavformat/icodec.c
index aad1416..becbc0f 100644
--- a/libavformat/icodec.c
+++ b/libavformat/icodec.c
@@ -174,8 +174,10 @@ static int read_pac
Signed-off-by: Andreas Cadhalpun
---
libavformat/icodec.c | 8
1 file changed, 8 insertions(+)
diff --git a/libavformat/icodec.c b/libavformat/icodec.c
index becbc0f..1d8e383 100644
--- a/libavformat/icodec.c
+++ b/libavformat/icodec.c
@@ -199,6 +199,13 @@ static int read_packet(AVForma
On Wed, Nov 09, 2016 at 00:00:09 +0100, Andreas Cadhalpun wrote:
> [PATCH 2/2] iocodec: add ico_read_close to fix leaking ico->images
^ icodec
M.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffm
On Tue, 8 Nov 2016 14:44:32 -0500
"Ronald S. Bultje" wrote:
> >> x86-32 linux gets stomach ache from this:
> >>
> >> YASMlibavcodec/x86/vp9itxfm.o
> >> src/libavcodec/x86/vp9itxfm.asm:2150: error: instruction expected
> >> after label
> >> src/libavcodec/x86/vp9itxfm.asm:2151: error: instruct
On 09.11.2016 00:28, Moritz Barsnick wrote:
> On Wed, Nov 09, 2016 at 00:00:09 +0100, Andreas Cadhalpun wrote:
>> [PATCH 2/2] iocodec: add ico_read_close to fix leaking ico->images
> ^ icodec
Fixed locally.
Best regards,
Andreas
___
ffm
It causes a cb_depth of 32, leading to assertion failures in get_bits.
Signed-off-by: Andreas Cadhalpun
---
libavcodec/escape124.c | 4
1 file changed, 4 insertions(+)
diff --git a/libavcodec/escape124.c b/libavcodec/escape124.c
index b872b3a..c3174ce 100644
--- a/libavcodec/escape124.c
++
Otherwise put_bits can be called with a value that doesn't fit in the
sample_len, causing an assertion failure.
---
libavcodec/pnmdec.c | 4
1 file changed, 4 insertions(+)
diff --git a/libavcodec/pnmdec.c b/libavcodec/pnmdec.c
index ca97cc3..0381ea6 100644
--- a/libavcodec/pnmdec.c
+++ b/li
Hi,
On Tue, Nov 8, 2016 at 6:33 PM, compn wrote:
> On Tue, 8 Nov 2016 14:44:32 -0500
> "Ronald S. Bultje" wrote:
>
> > >> x86-32 linux gets stomach ache from this:
> > >>
> > >> YASMlibavcodec/x86/vp9itxfm.o
> > >> src/libavcodec/x86/vp9itxfm.asm:2150: error: instruction expected
> > >> aft
On Tue, Nov 08, 2016 at 05:03:28PM -0500, Vittorio Giovara wrote:
> ---
> Samples available at
> -
> https://www.dropbox.com/s/gkswnubzy6e6rgg/h264-extradata-reload-multi-stsd.mov?dl=0
> -
> https://www.dropbox.com/s/djfvoqgu2z9zrqu/hevc-extradata-reload-multi-stsd.mov?dl=0
> They need to be rena
Signed-off-by: Steven Liu
---
MAINTAINERS |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 43ccec7..7bb9cc4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -396,7 +396,8 @@ Muxers/Demuxers:
epafdec.c Paul B Ma
On Tue, Nov 08, 2016 at 10:36:01PM +0100, Andreas Cadhalpun wrote:
> Since the loop goes down to i = 0 the number of iterations (variable
> count) is the original i, not i - 1.
> In the case of i originally being 1, this miscalculation resulted in
> a division by zero.
>
> This problem was introdu
On Tue, Nov 08, 2016 at 11:36:58PM +0100, Andreas Cadhalpun wrote:
> It can read less than the requested amount, in which case buf contains
> uninitialized data, causing problems like segmentation faults later on.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavformat/icodec.c | 4 ++--
> 1 fi
Sorry for that, I've taken code back into up-date master branch again.---
libavformat/mov.c | 34 --
1 file changed, 20 insertions(+), 14 deletions(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index ca978c2..c358d17 100644
--- a/libavformat/mov.c
+++ b/lib
On Tue, Nov 8, 2016 at 7:15 PM, Michael Niedermayer
wrote:
> On Tue, Nov 08, 2016 at 05:03:28PM -0500, Vittorio Giovara wrote:
>> ---
>> Samples available at
>> -
>> https://www.dropbox.com/s/gkswnubzy6e6rgg/h264-extradata-reload-multi-stsd.mov?dl=0
>> -
>> https://www.dropbox.com/s/djfvoqgu2z9z
> >
> > Maybe can be useful, to have a log,
> > if chunk_count != 1 and compression is none, to show to the user, that
> the
> > chunk count option will be override by 1.
> >
>
> The existing info log in hap_init() will print eg "6 chunks requested but 1
> used." as is already done when the user's
68 matches
Mail list logo