OSDN Git Service

avformat/microdvd: skip BOM properly
authorwm4 <nfxjfg@googlemail.com>
Sun, 2 Mar 2014 21:36:41 +0000 (22:36 +0100)
committerClément Bœsch <u@pkh.me>
Mon, 3 Mar 2014 22:26:27 +0000 (23:26 +0100)
commit0786598f51ce0811cce7a087ba76fa6fd984327e
treefd05adbc80ed03e80470f27d71b0380830d46fb0
parentb79dfd16cbf08ffb250945ecfcac04a2a4775702
avformat/microdvd: skip BOM properly

The BOM is already skipped in the probe function, but not the header
read function. This could cause the header to be misparsed, such as
not interpreting the FPS line.
libavformat/microdvddec.c