Move AVFormatContext/AVCodecContext option tables to separate files.
authorAnton Khirnov <anton@khirnov.net>
Wed, 14 Mar 2012 12:18:20 +0000 (13:18 +0100)
committerAnton Khirnov <anton@khirnov.net>
Tue, 20 Mar 2012 06:09:18 +0000 (07:09 +0100)
commit56266971043efab2050750e6f8484196286d7c03
tree058071de2293808c24b4a8fd6bd6ea5f1971166f
parent40b41be3fa6c5bc3b064ffec97096524ac33af4d
Move AVFormatContext/AVCodecContext option tables to separate files.

This will allow us to automatically generate manpages for them.
libavcodec/options.c
libavcodec/options_table.h [new file with mode: 0644]
libavformat/options.c
libavformat/options_table.h [new file with mode: 0644]