[Ffmpeg-cvslog] Re: r7128 - trunk/libavformat/matroska.c
Alex Beregszaszi
alex
Mon Nov 20 20:39:20 CET 2006
Hi,
> >> @@ -2262,6 +2263,12 @@
> >> }
> >> }
> >>
> >> + else if (codec_id == CODEC_ID_RV10 || codec_id ==
> >> CODEC_ID_RV20 || + codec_id == CODEC_ID_RV30 ||
> >> codec_id == CODEC_ID_RV40) { + extradata_offset =
> >26; > + track->codec_priv_size -= extradata_offset;
> >> + }
> >
> > Lol? I dont want to flame, but why did the Matroska crew choose to
> > obfuscate every codec?
>
> If you really wanted an answer you would post it to matroska-devel.
>
> Anyway, I've had RealVideo decoding in DrFFMPEG working fine for about
> a year without that hack. So I don't know why it has been added there
> but it's probably not the right way to do it.
At least if its a wrong "fix", this mail helped in getting that issue
fixed.
--
Alex Beregszaszi | alex at fsn.hu
More information about the ffmpeg-cvslog
mailing list