Browse Source

Include h263_parser.h: It contains the prototype for

ff_h263_find_frame_end().

Originally committed as revision 22101 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Carl Eugen Hoyos 16 years ago
parent
commit
dacd7842d5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/h263_parser.c

+ 1
- 0
libavcodec/h263_parser.c View File

@@ -25,6 +25,7 @@
*/

#include "parser.h"
#include "h263_parser.h"

int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){
int vop_found, i;


Loading…
Cancel
Save