comparison movsub_bsf.c @ 8573:2acf0ae7b041 libavcodec

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents d8a712661dff
children
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
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 FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; 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 20
21 #include "libavutil/intreadwrite.h"
21 #include "avcodec.h" 22 #include "avcodec.h"
22 23
23 24
24 static int text2movsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, 25 static int text2movsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args,
25 uint8_t **poutbuf, int *poutbuf_size, 26 uint8_t **poutbuf, int *poutbuf_size,