[FFmpeg-cvslog] r10021 - trunk/ffplay.c

Reimar Döffinger Reimar.Doeffinger
Thu Aug 9 18:56:46 CEST 2007


Hello,
On Thu, Aug 09, 2007 at 06:51:23PM +0200, Reimar D?ffinger wrote:
> On Thu, Aug 09, 2007 at 06:46:00PM +0200, reimar wrote:
> > Author: reimar
> > Date: Thu Aug  9 18:45:59 2007
> > New Revision: 10021
> > 
> > Log:
> > Scale subtitle position
> 
> Hmm... Sorry. That I applied this was actually a messup.
> I still find it useful, but if you want me to revert it please tell me.

Just to explain (I just checked what happened):
I actually wanted to apply this:
> @@ -407,7 +407,7 @@ void fill_border(VideoState *s, int x, int y, int w, int h, int color)
>  
>  #define YUVA_IN(y, u, v, a, s, pal)\
>  {\
> -    unsigned int val = ((const uint32_t *)(pal))[*(const uint8_t*)s];\
> +    unsigned int val = ((const uint32_t *)(pal))[*(const uint8_t*)(s)];\
>      a = (val >> 24) & 0xff;\
>      y = (val >> 16) & 0xff;\
>      u = (val >> 8) & 0xff;\

But due to one of my buggy scripts I ended up committing the wrong git
branch.
I'll wait with applying the above so svn cp can easily be used to
revert if requested.

Greetings,
Reimar D?ffinger




More information about the ffmpeg-cvslog mailing list