]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
flvdec: follow packets backward until a valid last timestamp is found
[ffmpeg] / libavformat / avformat.h
index 19a11fc627dedfee4b7d1527627a24ce0541dd53..1614646aa5d42279cb3d2f6c750f69387de99c61 100644 (file)
@@ -648,6 +648,7 @@ typedef struct AVStream {
      *             not actually used for encoding.
      */
     AVCodecContext *codec;
+#if FF_API_R_FRAME_RATE
     /**
      * Real base framerate of the stream.
      * This is the lowest framerate with which all timestamps can be
@@ -657,6 +658,7 @@ typedef struct AVStream {
      * approximately 3600 or 1800 timer ticks, then r_frame_rate will be 50/1.
      */
     AVRational r_frame_rate;
+#endif
     void *priv_data;
 
     /**