]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/h263_parser.h
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / h263_parser.h
index 83df378787912d02cd304b3c3bb67a725d764e05..565a222bc1ec87fc988a9088492f150d37e1d88a 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef AVCODEC_H263_PARSER_H
+#define AVCODEC_H263_PARSER_H
+
+#include "parser.h"
+
 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
+
+#endif /* AVCODEC_H263_PARSER_H */