GNOME Bugzilla – Bug 726028
mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_ext also
Last modified: 2014-03-12 07:47:04 UTC
Created attachment 271417 [details] [review] videoparsers: mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_ext also videoparsers: mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_ext also.Presenc of picture extension header identifies the stream as mpeg2.We are supposed to set the mpegversion to 2 if there is a picextension instead of blindly setting the version to 1
commit 4d17166b0355cad49ab8fda059a390db3eee6ad6 Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Mon Mar 10 11:19:46 2014 +0200 mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_ext Presence of picture extension header identifies the stream as mpeg2. We are supposed to set the mpegversion to 2 if there is a picextension instead of blindly setting the version to 1 https://bugzilla.gnome.org/show_bug.cgi?id=726028