GNOME Bugzilla – Bug 326318
fix qtdemux h264 avcC atom finding
Last modified: 2006-01-30 13:45:57 UTC
qtdemux doesn't skip unknown atoms while scanning for the avcC atom in the video header, so if the avcC is not the first atom, it will not work. Attached patch fixes this somewhat, although a rewrite of this part of qtdemux would be nicer, since it doesn't use the generic atom part finders...
Created attachment 57045 [details] [review] fix
Copying Edward so he can look at this for 0.10 as well
Ronald, Iv just commited your patch to 0.10 (qtdemux.c revision 1.105) pls test this with the files you have. Also pls make those files available some,. Thanks Very Much.
applied to 0.8 CVS.