Commit 1a7abbb6 authored by michaelni's avatar michaelni

fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1738 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d4c66a57
......@@ -223,7 +223,7 @@ static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG,
* - encoding: MUST be set by user\
* - decoding: set by lavc\
*/\
long long int pts;\
int64_t pts;\
\
/**\
* picture number in bitstream order.\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment