view parser-mpcmd.h @ 24912:384aa7179c9c

in video_read_frame() set the keyframe flag in demuxer->video when dealing with VIDEO_MPEG12 and picture_coding_type==I_FRAME; fixes seeking in avi streams with MPEG1/2 video
author nicodvb
date Fri, 02 Nov 2007 23:05:51 +0000
parents 5385740067a1
children d88f5f82826e
line wrap: on
line source

#ifndef _parser_mpcmd_h
#define _parser_mpcmd_h

extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);

#endif