Re: [FFmpeg-devel] [PATCH 2/7] avformat/hlsenc: make the code easier to read

2014-07-30 Thread Michael Niedermayer
On Wed, Jul 30, 2014 at 10:25:45AM +0200, Nicolas Martyanoff wrote: > On 2014-07-29 16:15, Michael Niedermayer wrote: > > On Fri, Jul 18, 2014 at 10:57:42AM +0200, Nicolas Martyanoff wrote: > > > Before adding new features, I read the code and cleaned it. The main > > > issue was > > > abstruse id

Re: [FFmpeg-devel] [PATCH 2/7] avformat/hlsenc: make the code easier to read

2014-07-30 Thread Nicolas Martyanoff
On 2014-07-29 16:15, Michael Niedermayer wrote: > On Fri, Jul 18, 2014 at 10:57:42AM +0200, Nicolas Martyanoff wrote: > > Before adding new features, I read the code and cleaned it. The main issue > > was > > abstruse identifier names. > > > > The behaviour of the muxer is *not* modified, by this

Re: [FFmpeg-devel] [PATCH 2/7] avformat/hlsenc: make the code easier to read

2014-07-29 Thread Michael Niedermayer
On Fri, Jul 18, 2014 at 10:57:42AM +0200, Nicolas Martyanoff wrote: > Before adding new features, I read the code and cleaned it. The main issue was > abstruse identifier names. > > The behaviour of the muxer is *not* modified, by this patch, this is only > cosmetic. If this is not the case, it is

[FFmpeg-devel] [PATCH 2/7] avformat/hlsenc: make the code easier to read

2014-07-18 Thread Nicolas Martyanoff
Before adding new features, I read the code and cleaned it. The main issue was abstruse identifier names. The behaviour of the muxer is *not* modified, by this patch, this is only cosmetic. If this is not the case, it is a mistake. --- libavformat/hlsenc.c | 360 ++