[FFmpeg-devel] [PATCH] H264 in TS detection

Michael Niedermayer michaelni
Mon Jul 28 01:09:14 CEST 2008


On Sun, Jul 27, 2008 at 10:52:09PM +0100, M?ns Rullg?rd wrote:
> Michael Niedermayer <michaelni at gmx.at> writes:
> 
> > Hi
> >
> > maybeH264_dumpstream 
> > (see ftp and [FFmpeg-devel] Unplayable "JVT NAL" sequence)
> > Contains a H.264 stream that is missdetected as mpeg1video.
> > Patch below fixes it, i intend to apply it in 24h if there are no objections
> > from mans.
> >
> > Index: libavformat/mpegts.c
> > ===================================================================
> > --- libavformat/mpegts.c	(revision 14235)
> > +++ libavformat/mpegts.c	(working copy)
> > @@ -970,7 +970,7 @@
> >              codec_id = CODEC_ID_AC3;
> >          } else {
> >              codec_type = CODEC_TYPE_VIDEO;
> > -            codec_id = CODEC_ID_MPEG1VIDEO;
> > +            codec_id = CODEC_ID_PROBE;
> >          }
> >          break;
> >      }
> 
> The patch is OK, 

applied


>but 24 hours really isn't enough time for such an
> ultimatum, at least not during weekends.

sorry, anyway, i wouldnt have applied the patch until after ive had
seen some mails from you on some mailinglist, that is after it would
have been clear you should have seen the patch ...
(or after maybe a week or 2 of not seeing anything from you ...)

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080728/5288c30d/attachment.pgp>



More information about the ffmpeg-devel mailing list