Commit a9fd2b19 authored by Måns Rullgård's avatar Måns Rullgård

avoid deprecation warnings for AVFrac from avformat.h

Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4f13e733
......@@ -284,7 +284,7 @@ typedef struct AVStream {
int codec_info_nb_frames;
#endif
/** encoding: PTS generation when outputing stream */
AVFrac pts;
struct AVFrac pts;
/**
* this is the fundamental unit of time (in seconds) in terms
......
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