Re: [FFmpeg-devel] patch 2: comments style cleanup in libavcodec/cinepakenc.c

2017-01-28 Thread u-9iep
On Sat, Jan 28, 2017 at 08:30:34PM +0100, Moritz Barsnick wrote: > On Sat, Jan 28, 2017 at 11:50:27 +0100, u-9...@aetey.se wrote: > > -// MAX_STRIPS limits the maximum quality you can reach > > -//when you want high quality on high resolutions, > > -// MIN_STRIPS limits the minimum effi

Re: [FFmpeg-devel] patch 2: comments style cleanup in libavcodec/cinepakenc.c

2017-01-28 Thread Moritz Barsnick
On Sat, Jan 28, 2017 at 11:50:27 +0100, u-9...@aetey.se wrote: > -// MAX_STRIPS limits the maximum quality you can reach > -//when you want high quality on high resolutions, > -// MIN_STRIPS limits the minimum efficiently encodable bit rate > -//on low resolutions > -// the

Re: [FFmpeg-devel] patch 2: comments style cleanup in libavcodec/cinepakenc.c

2017-01-28 Thread u-9iep
On Sat, Jan 28, 2017 at 12:31:33PM +0100, wm4 wrote: > On Sat, 28 Jan 2017 11:50:27 +0100 > u-9...@aetey.se wrote: > > > Comments style cleanup: > > - make all comments follow the same style (C-style) > > > > No code changes, only improved consistency and clarity in the comments. > > No changes

Re: [FFmpeg-devel] patch 2: comments style cleanup in libavcodec/cinepakenc.c

2017-01-28 Thread wm4
On Sat, 28 Jan 2017 11:50:27 +0100 u-9...@aetey.se wrote: > Comments style cleanup: > - make all comments follow the same style (C-style) > > No code changes, only improved consistency and clarity in the comments. > No changes in the comments besides whitespace and the syntactic delimiters. > >

[FFmpeg-devel] patch 2: comments style cleanup in libavcodec/cinepakenc.c

2017-01-28 Thread u-9iep
Comments style cleanup: - make all comments follow the same style (C-style) No code changes, only improved consistency and clarity in the comments. No changes in the comments besides whitespace and the syntactic delimiters. The original file uses a mixture of C and C++ style comments, not for cl