[MPlayer-dev-eng] RTP H264 fix
Howard Chu
hyc at highlandsun.com
Wed May 19 12:53:25 CEST 2010
Gil Pedersen wrote:
> 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.
Ah, thanks! No, your patch looks much better. I'm updating my tree and
rebuilding now, sorry for the noise.
> 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/
More information about the MPlayer-dev-eng
mailing list