mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user