Skip to content
Snippets Groups Projects
Commit be6784dc authored by Richard Hodges's avatar Richard Hodges Committed by Michael Niedermayer
Browse files

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

Originally committed as revision 1738 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 53e27dd5
No related branches found
No related tags found
No related merge requests found
......@@ -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.\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment