[FFmpeg-devel] [PATCH 9/9] lavf/ffm: use AVOption API to store/restore stream properties
Lukasz Marek
lukasz.m.luki2 at gmail.com
Tue Nov 11 08:33:59 CET 2014
On 11.11.2014 08:31, Lukasz Marek wrote:
> This is a generic solution that will not reqiore modifications when new options are added.
> This also fixes problem with current implementation when qmin or qmax=-1.
> Only 8 bits was sent and read back as 255.
>
> Fixes #1275
> Fixes #1461
>
> Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
> ---
> libavformat/ffmdec.c | 20 +++++++++++++++
> libavformat/ffmenc.c | 70 +++++++++++++++-------------------------------------
> 2 files changed, 40 insertions(+), 50 deletions(-)
I have currently 14 commits to be merged regarding ffserver, so I pushed
it on my gitgub in case some one want to test it.
https://github.com/lukaszmluki/ffmpeg/
More information about the ffmpeg-devel
mailing list