On Sat, Oct 24, 2015 at 2:48 PM, Nicolas George <[email protected]> wrote: > Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit : >> or do you prefer a static const style? > > static const is not build-time constant, and therefore unusable for this: > impossible to use it as case label or constant initializer.
Ah, my bad: I believe this works in C++ and got mixed up. > > Regards, > > -- > Nicolas George > > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
