[Ffmpeg-devel] [PATCH] fix for PSP encoding
matthieu castet
castet.matthieu
Mon Sep 26 17:58:44 CEST 2005
Michael Niedermayer wrote:
> Hi
>
> On Thu, Sep 22, 2005 at 10:51:05AM +0200, oandrieu at gmail.com wrote:
>
>> Michael Niedermayer [Wednesday 21 September 2005] :
>> >
>> > Hi
>> >
>> > On Tue, Sep 20, 2005 at 12:38:56AM +0200, oandrieu at gmail.com wrote:
>> > Content-Description: message body and .signature
>> > > Michael Niedermayer [Monday 19 September 2005] :
>> > > >
>> > > > Hi
>> > > >
>> > > > On Fri, Sep 16, 2005 at 02:33:17AM +0200, oandrieu at gmail.com wrote:
>> > > > > Hi,
>> > > > >
>> > > > > The psp format in ffmpeg apparently broke with the latest firmware of
>> > > > > the PSP (2.0). Here's a patch.
>> > > > >
>> > > > > It's basically the same patch that was posted on the list a
>> > > > > couple of months ago. Some parts were not committed because of
>> > > > > issues with the widechar conversion function used to encode the
>> > > > > title of the stream: here I just handle the case where the title
>> > > > > is in ASCII (any character with a high bit is replaced by a
>> > > > > '?'). It's a bit crude, but heh.
>> > > > >
>> > > > > --
>> > > > > Olivier
>> >
>> > > -#define MODE_PSP 3 // example working PSP command line:
>> > > +#define MODE_PSP 3
>> > > +// example working PSP command line:
>> > [...]
>> > > - put_tag(pb, "APRF"); /* audio */
>> > > + put_tag(pb, "APRF"); /* audio */
>> > [...]
>> > > - put_be32(pb, 0x34 ); /* size */
>> > > + put_be32(pb, 0x34 ); /* size */
>> >
>> > cosmetics
>>
>>Yes. And ?
>
>
> sorry, i should have been more verbose, maybe i should be restarted with -v
> can someone of the admin(s) do that?
>
> anyway cosmetics (whitespace only changes) are forbidden (see cvs policy/
> other parts of the docs) -> so the patch is rejected until someone (for
> example you) resubmits it without these changes
>
>
As the author don't update it, and some people asks me about this patch,
I clean it.
Note that it is untested.
Matthieu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-psp-mp4_2.patch
Type: text/x-patch
Size: 6308 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20050926/4038cd0a/attachment.bin>
More information about the ffmpeg-devel
mailing list