Re: [FFmpeg-devel] [PATCH 2/3] avcodec/flac: remove avpriv parsing API cruft

2015-09-06 Thread Hendrik Leppkes
On Sun, Sep 6, 2015 at 1:37 PM, Paul B Mahol wrote: > Dana 6. 9. 2015. 11:10 osoba "Hendrik Leppkes" > napisala je: >> >> --- >> libavcodec/flac.c | 15 --- >> libavcodec/flac.h | 8 >> 2 files changed, 23 deletions(-) >> > > I guess its ok if libav removed it too or doesnt

Re: [FFmpeg-devel] [PATCH 2/3] avcodec/flac: remove avpriv parsing API cruft

2015-09-06 Thread Paul B Mahol
Dana 6. 9. 2015. 11:10 osoba "Hendrik Leppkes" napisala je: > > --- > libavcodec/flac.c | 15 --- > libavcodec/flac.h | 8 > 2 files changed, 23 deletions(-) > I guess its ok if libav removed it too or doesnt have it. > diff --git a/libavcodec/flac.c b/libavcodec/flac.c >

[FFmpeg-devel] [PATCH 2/3] avcodec/flac: remove avpriv parsing API cruft

2015-09-06 Thread Hendrik Leppkes
--- libavcodec/flac.c | 15 --- libavcodec/flac.h | 8 2 files changed, 23 deletions(-) diff --git a/libavcodec/flac.c b/libavcodec/flac.c index 5ff004e..f5154b9 100644 --- a/libavcodec/flac.c +++ b/libavcodec/flac.c @@ -235,18 +235,3 @@ void ff_flac_parse_streaminfo(AVCodec