Move the AVCodecContext options definition to a dedicated file, reduce
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 10 Jan 2009 09:53:21 +0000 (09:53 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 10 Jan 2009 09:53:21 +0000 (09:53 +0000)
commit78acb9e74b399588f7321ff87acd6dbeef6e387a
treec942386ca5287a6e1c04d4f3394821195588c0f7
parent7fd3c09e0f6560b72e2340f100886352eb9fc15d
Move the AVCodecContext options definition to a dedicated file, reduce
the utils.c clutter.

Originally committed as revision 16514 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/options.c [new file with mode: 0644]
libavcodec/utils.c