comparison options.c @ 6486:fed4be333771 libavformat

Move AVOptions from libavcodec to libavutil
author michael
date Sun, 26 Sep 2010 14:25:22 +0000
parents ac299df18642
children
comparison
equal deleted inserted replaced
6485:74295564eed0 6486:fed4be333771
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 #include "avformat.h" 20 #include "avformat.h"
21 #include "libavcodec/opt.h" 21 #include "libavutil/opt.h"
22 22
23 /** 23 /**
24 * @file 24 * @file
25 * Options definition for AVFormatContext. 25 * Options definition for AVFormatContext.
26 */ 26 */