comparison movenc.c @ 1172:6a5e58d2114b libavformat

move common stuff from avienc.c and wav.c to new file riff.c
author mru
date Wed, 12 Jul 2006 00:09:34 +0000
parents d18cc9a1fd02
children fec0a3d5408f
comparison
equal deleted inserted replaced
1171:2a0c729ac640 1172:6a5e58d2114b
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 this library; if not, write to the Free Software 17 * License along with this library; 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 "avi.h" 21 #include "riff.h"
22 #include "avio.h" 22 #include "avio.h"
23 #include "mov.h" 23 #include "mov.h"
24 24
25 #undef NDEBUG 25 #undef NDEBUG
26 #include <assert.h> 26 #include <assert.h>