diff options
author | Karthick Jeyapal <kjeyapal@akamai.com> | 2018-04-23 11:40:31 +0530 |
---|---|---|
committer | Karthick Jeyapal <kjeyapal@akamai.com> | 2018-04-26 14:23:08 +0530 |
commit | 5b6cc3a73acb90df0d4fe5ca8f51527b64592bf8 (patch) | |
tree | aad9f5da853c19ffdb7c08c5971171c713a9d1b0 /libavformat/vpcc.h | |
parent | 798ae8794e84b7837cbdc4c9d7943569015ddff4 (diff) | |
download | ffmpeg-5b6cc3a73acb90df0d4fe5ca8f51527b64592bf8.tar.gz |
avformat/vpcc: Calculate VP9 level from Luma's Sample rate and Picture size
Diffstat (limited to 'libavformat/vpcc.h')
-rw-r--r-- | libavformat/vpcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/vpcc.h b/libavformat/vpcc.h index d71ba05105..e87bec55c2 100644 --- a/libavformat/vpcc.h +++ b/libavformat/vpcc.h @@ -53,6 +53,6 @@ int ff_isom_write_vpcc(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par); int ff_isom_get_vpcc_features(AVFormatContext *s, AVCodecParameters *par, - VPCC *vpcc); + AVRational *frame_rate, VPCC *vpcc); #endif /* AVFORMAT_VPCC_H */ |