lavc: add opt_find to AVCodecContext class.
authorAnton Khirnov <anton@khirnov.net>
Fri, 17 Jun 2011 04:39:42 +0000 (06:39 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 17 Jun 2011 04:39:42 +0000 (06:39 +0200)
commit78440c007cd310bb27ac2af5fb7ea5b7555efc84
tree6573a0495554005de7b351a6b18ba5b4f0c5a4dd
parent3803af22d8e1092e658110e77db093922ce63e80
lavc: add opt_find to AVCodecContext class.

Fixes encoder private options, which are broken now in ffmpeg, because
opt_default2() can't find them, thus making opt_default() to fail.
libavcodec/options.c