]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Remove set_all_opt() and its use in av_set_string2(). Make
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 14 Dec 2008 21:34:12 +0000 (21:34 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 14 Dec 2008 21:34:12 +0000 (21:34 +0000)
commit3b5128aa000e459e689e258cb9f915c8bcf6b596
tree7f1376e3f1e9781c4210c52e2882d8c669d30137
parentc10bccb33c98f74b340d17d6590a0dbdc8eeb10a
Remove set_all_opt() and its use in av_set_string2(). Make
av_set_string() and av_set_string2() do not accept as parameter the
name of a named constant.

This avoids av_set_string2() and av_set_string() to misbehave when
there is an option and a named constant with the same name.

See the thread: "[PATCH] Remove libavcodec/opt.c:set_all_opt()".

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16134 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/avcodec.h
libavcodec/opt.c