comparison flvenc.c @ 6033:c7b98381ec2d libavformat

Move AVCodecTag from riff.h into internal.h. Patch by Francesco Lavra, francescolavra interfree it
author cehoyos
date Sat, 22 May 2010 16:01:32 +0000
parents 11bb10c37225
children ea409874020e
comparison
equal deleted inserted replaced
6032:44d635df3f26 6033:c7b98381ec2d
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #include "avformat.h" 21 #include "avformat.h"
22 #include "flv.h" 22 #include "flv.h"
23 #include "riff.h" 23 #include "internal.h"
24 #include "avc.h" 24 #include "avc.h"
25 25
26 #undef NDEBUG 26 #undef NDEBUG
27 #include <assert.h> 27 #include <assert.h>
28 28