OSDN Git Service

ffmpeg: do not set GLOBAL_HEADER flag in the options context
authorAnton Khirnov <anton@khirnov.net>
Tue, 12 Jul 2011 14:18:45 +0000 (16:18 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 13 Jul 2011 21:17:42 +0000 (23:17 +0200)
commit8e2d08551655e7838688e0c01619592acbc91dfc
treeeb646afb6f2e3a9e6ea62fcdebf5efec94295e1d
parentb5849f77095439e994b11c25e6063d443b36c228
ffmpeg: do not set GLOBAL_HEADER flag in the options context

The removed lines have no effect, since the flag is set on all encoder
for the given file and avcodec_opts are reset between files.
ffmpeg.c