1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-10-30 23:18:11 +02:00

avformat: Add fpsprobesize as an AVOption.

This commit is contained in:
Alex Converse
2011-05-09 14:34:23 -07:00
committed by Alex Converse
parent 80068da3a0
commit 30315a8d9c
5 changed files with 13 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2011-05-25 - XXXXXXX - lavf 53.1.0 - avformat.h
Add fps_probe_size to AVFormatContext.
2011-05-18 - 64150ff - lavc 53.4.0 - AVCodecContext.request_sample_fmt
Add request_sample_fmt field to AVCodecContext.