X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Favformat.h;h=1614646aa5d42279cb3d2f6c750f69387de99c61;hb=231ffb9243e5286b7c3d5806fa8f3142c72bfe15;hp=19a11fc627dedfee4b7d1527627a24ce0541dd53;hpb=7c26761b8121ed362870b2e0eb06b85431bdd7a2;p=ffmpeg diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 19a11fc627d..1614646aa5d 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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; /**