avoid deprecation warnings for AVFrac from avformat.h

Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Måns Rullgård 18 years ago
parent 4f13e73392
commit a9fd2b1921
  1. 2
      libavformat/avformat.h

@ -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…
Cancel
Save