OSDN Git Service

ffmpeg: use a AVDictionary instead of the context to move swr parameters around
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 24 Feb 2013 18:07:42 +0000 (19:07 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 24 Feb 2013 19:31:56 +0000 (20:31 +0100)
commitad899522ffa7f0039e631b0408a36f23aa84c0e7
tree6a2890728bf42084705e0100bec473570d1071a7
parentf3abdf4392a146462dc679846c061b8bf2b5c7a0
ffmpeg: use a AVDictionary instead of the context to move swr parameters around

This avoids per parameter changes in ffmpeg at the cost of making access
somewhat more annoying.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
cmdutils.c
cmdutils.h
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c