[FFmpeg-devel] [RFC] move H.263 parser to its own file

Diego Biurrun diego
Tue May 8 10:57:50 CEST 2007


On Mon, May 07, 2007 at 12:36:49PM +0200, Michael Niedermayer wrote:
> Hi
> 
> On Mon, May 07, 2007 at 10:01:33AM +0200, Diego Biurrun wrote:
> > Attached patch does $subject.  It misses declaring a dependency on the
> > H.263 parser for the H.263 decoder and a change to the Makefile, but I
> > need to run out now.  Let me know if this is the way to proceed or not.
> 
> yes the way looks ok
> 
> [...]
> > +
> > +int h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
> 
> ff_ prefix

Applied with prefix.

Diego




More information about the ffmpeg-devel mailing list