Revision 5b21bdab libavcodec/mpeg4video_parser.h
libavcodec/mpeg4video_parser.h | ||
---|---|---|
20 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 | 21 |
*/ |
22 | 22 |
|
23 |
#ifndef MPEG4VIDEO_PARSER_H |
|
24 |
#define MPEG4VIDEO_PARSER_H |
|
23 |
#ifndef FFMPEG_MPEG4VIDEO_PARSER_H
|
|
24 |
#define FFMPEG_MPEG4VIDEO_PARSER_H
|
|
25 | 25 |
|
26 | 26 |
#include "parser.h" |
27 | 27 |
|
... | ... | |
31 | 31 |
*/ |
32 | 32 |
int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size); |
33 | 33 |
|
34 |
#endif /* MPEG4VIDEO_PARSER_H */ |
|
34 |
#endif /* FFMPEG_MPEG4VIDEO_PARSER_H */ |
Also available in: Unified diff