[MPlayer-dev-eng] RTP H264 fix

Gil Pedersen gil at cmi.aau.dk
Wed May 19 12:40:10 CEST 2010


The bug you describe should be fixed with the 3 line patch from
http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2010-April/064388.html

The patch was applied to the mplayer repository in r31128. If you feel your solution is better please create a patch against head, since it currently conflicts.

Regards,
Gil

On 19/05/2010, at 12.12, Howard Chu wrote:

> This is the corresponding fix to mplayer for this bug I posted here
> https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2010-May/088838.html
> 
> When an H264 stream using global headers / extradata is being played you get an endless stream of "non-existing PPS referenced" error messages because the extradata got parsed in a different context than the demux was using. This patch makes sure that only one AVCodecContext gets used, so that the extradata is accessible where needed.
> -- 
>  -- Howard Chu
>  CTO, Symas Corp.           http://www.symas.com
>  Director, Highland Sun     http://highlandsun.com/hyc/
>  Chief Architect, OpenLDAP  http://www.openldap.org/project/
> <mpfix.txt>_______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng




More information about the MPlayer-dev-eng mailing list