comparison mpeg4video_parser.c @ 11312:20752e8b2657 libavcodec

Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header.
author cehoyos
date Sun, 28 Feb 2010 02:41:20 +0000
parents 9311c65558c0
children
comparison
equal deleted inserted replaced
11311:ee2e050815be 11312:20752e8b2657
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 "parser.h" 23 #include "parser.h"
24 #include "mpegvideo.h" 24 #include "mpegvideo.h"
25 #include "mpeg4video.h"
25 #include "mpeg4video_parser.h" 26 #include "mpeg4video_parser.h"
26 27
27 28
28 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){ 29 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){
29 int vop_found, i; 30 int vop_found, i;