[MPlayer-users] r34886 and later does not play Polish dvd-t channels
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Tue Jun 12 19:51:13 CEST 2012
On Sun, Jun 10, 2012 at 11:06:00PM +0200, Robert Tracz wrote:
> Dear mplayer developers,
>
> The change introduced in r34886 (reimar | 2012-05-06 10:44:28)
> caused mplayer to inproperly play almost all Polish dvd-t channels.
>
> diff -r -x '*.o' -x '*.a' -x '*entries' -x '*.log'
> mplayer-34885/libmpcodecs/vd_ffmpeg.c
> mplayer-34886/libmpcodecs/vd_ffmpeg.c
> 870c870,871
> < if (avctx->codec->id == CODEC_ID_H264)
> ---
> > if (avctx->codec->id == CODEC_ID_H264 &&
> > skip_frame == AVDISCARD_NONE)
Should be fixed in r35002.
As a workaround with the broken versions use -lavdopts skipframe=none
More information about the MPlayer-users
mailing list