Changeset 68230eb3 in ffmpeg


Ignore:
Timestamp:
Dec 17, 2011, 4:41:42 AM (13 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
75f2cc51
Parents:
f37b2d5a
Message:

pixfmts: Selfcheck against insertions / deletions in the enum.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libavutil/utils.c

    rf37b2d5a r68230eb3  
    1919#include "config.h"
    2020#include "avutil.h"
     21#include "avassert.h"
    2122
    2223/**
     
    2728unsigned avutil_version(void)
    2829{
     30    av_assert0(PIX_FMT_VDA_VLD == 81); //check if the pix fmt enum has not had anything inserted or removed by mistake
     31
    2932    return LIBAVUTIL_VERSION_INT;
    3033}
Note: See TracChangeset for help on using the changeset viewer.