[FFmpeg-devel] Does ffmlp decode Blueray?
Diego Biurrun
diego
Wed Jul 29 18:42:19 CEST 2009
On Wed, Jul 29, 2009 at 06:22:52PM +0200, Nico Sabbi wrote:
> On Wednesday 29 July 2009 17:00:52 Reimar D?ffinger wrote:
> > On Wed, Jul 29, 2009 at 04:19:12PM +0200, Nico Sabbi wrote:
> > > Reimar, I'd like to assign something cleaner than a nonsense
> > > 0x3000; what's the cleanest solution?
> >
> > I think you can use a real "fourcc", i.e. four characters instead
> > of just 16 bit. It just won't be possible to remux into AVI with
> > mencoder then...
>
> Like this?
> Am I the only one receiving mails from ffmpeg-* MLs with huge delays?
Apparently..
> --- libmpdemux/mp_taglists.c (revision 29435)
> +++ libmpdemux/mp_taglists.c (working copy)
> @@ -36,6 +36,7 @@
> { CODEC_ID_INTERPLAY_DPCM, MKTAG('I', 'N', 'P', 'A')},
> { CODEC_ID_MLP, MKTAG('M', 'L', 'P', ' ')},
> + { CODEC_ID_TRUEHD, MKTAG('T', 'R', 'H', 'D')},
> { CODEC_ID_MUSEPACK7, MKTAG('M', 'P', 'C', ' ')},
> { CODEC_ID_MUSEPACK8, MKTAG('M', 'P', 'C', '8')},
alphabetical order
Diego
More information about the ffmpeg-devel
mailing list