OSDN Git Service

dvdec: Move the VSC pack parsing to before avctx->execute()
authorTomas Härdin <tomas.hardin@codemill.se>
Mon, 15 Oct 2012 14:13:18 +0000 (16:13 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 15 Oct 2012 16:53:44 +0000 (18:53 +0200)
commit2b4bbd12c2ece58d51b53da7c4db2e0554920ba0
tree1d384379fb5972a9aab8e3e223e7660a37e6ce38
parent0ee57f8b1476ad39260e97b58af04c5092c2d9ed
dvdec: Move the VSC pack parsing to before avctx->execute()

This allows the next commit to parse the FS flag.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/dvdec.c