Mercurial > mplayer.hg
view libmpdemux/parse_es.h @ 8538:6973e76d95b2
In this situation it was easier to fix yours. I applied these 3 points
(fixed locking echo, removed excessive cut to make script a bit faster
and shortened grep) and changed copy mark from "x" to "" in order to use
-z and -n tests.
patch by GoTaR <priv0.onet.pl->gotar>
author | arpi |
---|---|
date | Mon, 23 Dec 2002 17:28:19 +0000 |
parents | 9e059416eea6 |
children | 6ac1ece1f9fe |
line wrap: on
line source
#define MAX_VIDEO_PACKET_SIZE (224*1024+4) #define VIDEOBUFFER_SIZE 0x100000 extern unsigned char* videobuffer; extern int videobuf_len; extern unsigned char videobuf_code[4]; extern int videobuf_code_len; // sync video stream, and returns next packet code int sync_video_packet(demux_stream_t *ds); // return: packet length int read_video_packet(demux_stream_t *ds); // return: next packet code int skip_video_packet(demux_stream_t *ds);