Re: [FFmpeg-devel] [PATCH 3/4] lavf: move avpriv function definition to internal.h

2018-03-31 Thread James Almer
On 3/31/2018 8:30 PM, James Almer wrote: > On 3/31/2018 8:24 PM, Josh de Kock wrote: >> Signed-off-by: Josh de Kock > > Add a line saying it was mistakenly added to avformat.h > >> --- >> libavformat/avformat.h | 2 -- >> libavformat/internal.h | 1 + >> 2 files changed, 1 insertion(+), 2 delet

Re: [FFmpeg-devel] [PATCH 3/4] lavf: move avpriv function definition to internal.h

2018-03-31 Thread James Almer
On 3/31/2018 8:24 PM, Josh de Kock wrote: > Signed-off-by: Josh de Kock Add a line saying it was mistakenly added to avformat.h > --- > libavformat/avformat.h | 2 -- > libavformat/internal.h | 1 + > 2 files changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libavformat/avformat.h b/lib

[FFmpeg-devel] [PATCH 3/4] lavf: move avpriv function definition to internal.h

2018-03-31 Thread Josh de Kock
Signed-off-by: Josh de Kock --- libavformat/avformat.h | 2 -- libavformat/internal.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ec4e5f45f5..a2fe7c6bb2 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h