Commit 73073452 authored by mru's avatar mru

avoid deprecation warnings for AVFrac from avformat.h


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9569 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ddfe4c1d
......@@ -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