[FFmpeg-devel] [PATCH] lavf/ogg: OggPCM demuxing

James Almer jamrial at gmail.com
Wed Jul 17 08:38:37 CEST 2013


On 16/07/13 7:20 AM, Paul B Mahol wrote:
> On 7/16/13, James Almer <jamrial at gmail.com> wrote:
>> On 07/07/13 5:23 AM, James Almer wrote:
>>> Signed-off-by: James Almer <jamrial at gmail.com>
>>> ---
>>>  Changelog                 |   1 +
>>>  libavformat/Makefile      |   1 +
>>>  libavformat/oggdec.c      |   1 +
>>>  libavformat/oggdec.h      |   1 +
>>>  libavformat/oggparsepcm.c | 119
>>> ++++++++++++++++++++++++++++++++++++++++++++++
>>>  5 files changed, 123 insertions(+)
>>>  create mode 100644 libavformat/oggparsepcm.c
>>
>> Ping.
> 
> Find files that make use of this.
> 
> There is not much point in reviewing/applying something that never get used.

Well, it's basically a vicious circle.
There are no files because there are no implementations, and there are no 
implementations because there are no files.

I'll try to write a muxer to go alongside this. With luck it will kickstart 
things.

Regards.


More information about the ffmpeg-devel mailing list