OSDN Git Service

h263dec: Fix order of initialization
authorJohn Stebbins <stebbins@jetheaddev.com>
Fri, 8 Aug 2014 15:21:02 +0000 (08:21 -0700)
committerJohn Stebbins <stebbins@jetheaddev.com>
Thu, 14 Aug 2014 14:58:50 +0000 (07:58 -0700)
commitb869eea7ea8f5d8331fcd6355f848bb6a6e06b14
tree6d301b5b633d65cd013e2a2eb490ded915b191fd
parent998c9f15d1ca8c7489775ebcca51623b915988f1
h263dec: Fix order of initialization

ff_MPV_common_init requires the frame dimensions which get parsed in
*_decode_picture_header.
libavcodec/h263dec.c