[Ffmpeg-devel] Re: [Ffmpeg-cvslog] r8197 - in trunk/libavcodec: avcodec.h h264.c

Carl Eugen Hoyos cehoyos
Sat Mar 3 00:59:15 CET 2007


Hi Michael!

On 2007-03-02 23:35, michael wrote:
> Author: michael
> Date: Sat Mar  3 00:35:26 2007
> New Revision: 8197
> 
> Modified:
>    trunk/libavcodec/avcodec.h
>    trunk/libavcodec/h264.c
> 
> Log:
> support feeding individual NAL units to the decoder instead of just complete frames

This would fix h264 over rtsp (no AVParser needed anymore), but
unfortunately, there are framerate problems:
If the frame is truncated in 4 NAL units, video framerate is only 1/4=-(

And a question: How do I send flags2 to decoder (I just commented the
check away)?

Thank you, Carl Eugen




More information about the ffmpeg-devel mailing list