[FFmpeg-devel] [PATCH] urlconcat protocol

Stefano Sabatini stefano.sabatini-lala
Sat Jan 30 01:20:10 CET 2010


On date Saturday 2010-01-30 01:03:25 +0100, Stefano Sabatini encoded:
> On date Friday 2010-01-29 14:36:31 +0100, Michele Orr? encoded:
[...]
> > +    for (i = 0; *filename; i++) {
[...] 
> > +    fail: 
> 
> This is not a good name, since this also manages the case where err =
> 0, I suggest "end" instead.

Oh and if you prefer a simple:
for (...) {
   if (...) {
       err = ...;
       break;
   }      
}

should be fine, no nested loops so there is no point into a goto
... LABEL (and it's also shorter).

Regards.
-- 
FFmpeg = Frightening and Fabulous Multimedia Peaceful Efficient Guru



More information about the ffmpeg-devel mailing list