OSDN Git Service

Fix libx264.c to not drop SEI userdata from x264 encoder.
authorJason Garrett-Glaser <darkshikari@gmail.com>
Tue, 30 Jun 2009 23:45:01 +0000 (23:45 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Tue, 30 Jun 2009 23:45:01 +0000 (23:45 +0000)
commitfe022ce2f8d59cc80de8c6ebbf6e42f254a70ec7
treeb6fcc4e8ff66ab913ef4c048a0772025c47fb337
parentcb28f954544f50d0670bddfb2c7b7a282ded3a64
Fix libx264.c to not drop SEI userdata from x264 encoder.
Most muxers in ffmpeg ignore the SEI if it is placed in extradata, so instead
it has to be catted to the front of the first video frame.

Originally committed as revision 19310 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/libx264.c