Actions
Bug #2184
closedLIBAVCODEC_VERSION_INT
Start date:
05/17/2015
Due date:
% Done:
100%
Estimated time:
Description
Hi Joe,
I am using the new FFMPEG and I had to add the following code in the command/MAKEFILE:
LIBAVCODEC_VERSION_INT =1
export LIBAVCODEC_VERSION_INT
Otherwise the new FFMPEG code is not selected.
I have one additional question, what does for example this ((52<<16)+(0<<8)+0) means?
Thanks BR satellit
Updated by Joe_D about 9 years ago
- Status changed from New to Closed
- Assignee set to Joe_D
- % Done changed from 0 to 100
It means Version 52.0.0, LIBAVCODEC_VERSION_INT is defined in libavcodec/avcodec.h
Actions