On Sat, Jun 24, 2017 at 11:56:07AM -0300, James Almer wrote:
> On 6/23/2017 8:39 PM, Mark Thompson wrote:
> > --- a/libavcodec/h264.h
> > +++ b/libavcodec/h264.h
> > @@ -44,4 +44,49 @@ enum {
> > +
> > +enum {
> 
> enum seems like a weird choice for this to be honest. Same with the
> following patch.
> 
> What's wrong with using #define?

Why would you want to use #defines when you can use an enum? What's wrong
with type safety? :)

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to