mov: Don't stick the QuickTime field ordering atom in extradata.
authorAlex Converse <alex.converse@gmail.com>
Wed, 14 Dec 2011 02:49:06 +0000 (18:49 -0800)
committerAlex Converse <alex.converse@gmail.com>
Thu, 22 Dec 2011 06:04:37 +0000 (22:04 -0800)
commit4bf3c8f226252e18de8051fd0d417c1d39857b67
treef2b1bccb16202512c24bc080a683a092c8c4174f
parentf264d336fe61c12ce9607c3060aa5d3dca947c61
mov: Don't stick the QuickTime field ordering atom in extradata.

The 'fiel' atoms can be found in H.264 tracks clobbering the extradata.
MJPEG supports non field based extradata, and this data should be
preserved when copying.
avconv.c
libavcodec/avcodec.h
libavcodec/mjpegdec.c
libavformat/mov.c
libavformat/movenc.c