[Ffmpeg-cvslog] r7585 - trunk/libavcodec/h264.c

Michael Niedermayer michaelni
Fri Jan 19 14:30:38 CET 2007


Hi

On Fri, Jan 19, 2007 at 01:46:11PM +0100, Guillaume POIRIER wrote:
> Hi,
> 
> On 1/19/07, Michael Niedermayer <michaelni at gmx.at> wrote:
> >Hi
> >
> >On Fri, Jan 19, 2007 at 01:21:19PM +0100, Guillaume POIRIER wrote:
> >> Hi,
> >>
> >> On 1/19/07, Michael Niedermayer <michaelni at gmx.at> wrote:
> >> >On Fri, Jan 19, 2007 at 10:37:08AM +0100, gpoirier wrote:
> >> >> --- trunk/libavcodec/h264.c   (original)
> >> >> +++ trunk/libavcodec/h264.c   Fri Jan 19 10:37:04 2007
> >> >[...]
> >> >> @@ -4521,8 +4532,8 @@
> >> >>          return -1;
> >> >>      }
> >> >>
> >> >> -    if(h->dequant_coeff_pps != pps_id){
> >> >> -        h->dequant_coeff_pps = pps_id;
> >> >> +    if(h->dequant_coeff_pps != (int)pps_id){
> >> >> +        h->dequant_coeff_pps = (int)pps_id;
> >> >
> >> >argh ...
> >>
> >> Sorry, I had not understand that this hunk wasn't ok when I read your
> >> answer.
> >> Should I revert that very hunk? I guess the answer is yes, but I
> >> prefer to ask before doing anything.
> >
> >hmm as you ask ... well ... why not implement paff support? and we
> >forget about this little mistake ;))))
> 
> Well, I'm really honored that you think of me to implement paff
> support. My coding capabilities being as they are, 

the problem with anything h.264 related is not so much coding capability as
it is capaility to decrypt the h.264 standard ...


> I think it's safe
> to say that I may be done with implementing paff support when pigs can
> fly. If you're not in a hurry, I can surely do that! ;-)

ok, does the following qualify?
http://www.geocities.com/TheTropics/Shores/7484/ftr/firstfly.htm


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Concerning the gods, I have no means of knowing whether they exist or not
or of what sort they may be, because of the obscurity of the subject, and
the brevity of human life -- Protagoras
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20070119/19ec0c75/attachment.pgp>



More information about the ffmpeg-cvslog mailing list