Re: [FFmpeg-devel] lavf: Remove duplicated latm demuxer

2015-10-14 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > I will commit tonight if there are no objections, Carl Eugen Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] lavf: Remove duplicated latm demuxer

2015-10-14 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > > Attached patch reduces code duplication. > > (There was a API-relevant change in git right now.) > > > > Please comment, Carl Eugen > > Duplicate how? Replaced by what? The "latm" demuxer actually works on loas file and there already was a loas demuxer. I w

Re: [FFmpeg-devel] lavf: Remove duplicated latm demuxer

2015-10-14 Thread Paul B Mahol
On 10/14/15, Carl Eugen Hoyos wrote: > Hi! > > Attached patch reduces code duplication. > (There was a API-relevant change in git right now.) > > Please comment, Carl Eugen > Duplicate how? Replaced by what? ___ ffmpeg-devel mailing list ffmpeg-devel@ff

[FFmpeg-devel] lavf: Remove duplicated latm demuxer

2015-10-14 Thread Carl Eugen Hoyos
Hi! Attached patch reduces code duplication. (There was a API-relevant change in git right now.) Please comment, Carl Eugen diff --git a/libavformat/Makefile b/libavformat/Makefile index 2971912..953b55d 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -227,7 +227,6 @@ OBJS-$(CONFI