Changeset 68230eb3 in ffmpeg
- Timestamp:
- Dec 17, 2011, 4:41:42 AM (13 years ago)
- Branches:
- master
- Children:
- 75f2cc51
- Parents:
- f37b2d5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libavutil/utils.c
rf37b2d5a r68230eb3 19 19 #include "config.h" 20 20 #include "avutil.h" 21 #include "avassert.h" 21 22 22 23 /** … … 27 28 unsigned avutil_version(void) 28 29 { 30 av_assert0(PIX_FMT_VDA_VLD == 81); //check if the pix fmt enum has not had anything inserted or removed by mistake 31 29 32 return LIBAVUTIL_VERSION_INT; 30 33 }
Note:
See TracChangeset
for help on using the changeset viewer.