comparison h264_mp4toannexb_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 a5e7dbce5412
children 31a033fae70e
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 typedef struct H264BSFContext { 24 typedef struct H264BSFContext {
24 uint8_t length_size; 25 uint8_t length_size;
25 uint8_t first_idr; 26 uint8_t first_idr;