diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-11 18:23:50 +0100 |
commit | 85a5bc054c1290699ccbf5799ba6c4e2fbcc3530 (patch) | |
tree | 63f34e340221524d630668a3040b874a01e40212 /libavformat/avs.c | |
parent | 7b486ab13bfcfa88a7cd92586de50e49966ec292 (diff) | |
download | ffmpeg-85a5bc054c1290699ccbf5799ba6c4e2fbcc3530.tar.gz |
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Diffstat (limited to 'libavformat/avs.c')
-rw-r--r-- | libavformat/avs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/avs.c b/libavformat/avs.c index a6a90dd0c9..8a3ad388db 100644 --- a/libavformat/avs.c +++ b/libavformat/avs.c @@ -188,9 +188,6 @@ static int avs_read_packet(AVFormatContext * s, AVPacket * pkt) avs->st_video->codec->height = avs->height; avs->st_video->codec->bits_per_coded_sample=avs->bits_per_sample; avs->st_video->nb_frames = avs->nb_frames; -#if FF_API_R_FRAME_RATE - avs->st_video->r_frame_rate = -#endif avs->st_video->avg_frame_rate = (AVRational){avs->fps, 1}; } return avs_read_video_packet(s, pkt, type, sub_type, size, |