comparison swfenc.c @ 4864:7aa7c5853bb6 libavformat

Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h.
author stefano
date Sun, 12 Apr 2009 08:35:26 +0000
parents fc0a165de804
children 1800b33b2c15
comparison
equal deleted inserted replaced
4863:0793a33d775f 4864:7aa7c5853bb6
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #include "libavcodec/bitstream.h" 23 #include "libavcodec/put_bits.h"
24 #include "avformat.h" 24 #include "avformat.h"
25 #include "swf.h" 25 #include "swf.h"
26 26
27 static void put_swf_tag(AVFormatContext *s, int tag) 27 static void put_swf_tag(AVFormatContext *s, int tag)
28 { 28 {