[FFmpeg-devel] parser migration questions
Diego Biurrun
diego
Sun May 6 20:03:51 CEST 2007
On Sun, May 06, 2007 at 07:55:08PM +0200, Michael Niedermayer wrote:
>
> On Sun, May 06, 2007 at 12:07:53PM +0200, Diego Biurrun wrote:
> > I'm working on moving a few more of the parsers to separate files,
> > namely H.263, H.264. The problem is that these parsers depend on
> > functions from the decoders. My plan is to move these to a common file.
> > For H.264 this means moving h264.c to h264dec.c and creating h264.c and
> > h264.h. OK to proceed?
>
> what about moving these functions to h264_parser.c?
The problem is that the decoder will depend on the parser at compiletime
then. IIUC the decoder depends on the parser at runtime anyway, so this
might not be an issue.
Diego
More information about the ffmpeg-devel
mailing list