mirror of https://git.ffmpeg.org/ffmpeg.git
avoid deprecation warnings for AVFrac from avformat.h
Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4f13e73392
commit
a9fd2b1921
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue