OSDN Git Service

mpeg12dec: do not add stereo3D side data to a non-existing frame
authorJanne Grunau <janne-libav@jannau.net>
Thu, 13 Feb 2014 09:39:08 +0000 (10:39 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Thu, 13 Feb 2014 12:03:01 +0000 (13:03 +0100)
commit73eca738acd0770c4c415cba55371e984d27b03f
tree56cfa8b2f9a2f8b2be5be5e0d46483bfca2088a9
parentd261719319a505e1716e8b52fc955bef0503ff96
mpeg12dec: do not add stereo3D side data to a non-existing frame

User data is usually coded before slice data. That means the frame
the user data belongs to is not available while parsing the user data.
The stereo3D side data has to use the same indirection over the private
context as pan scan information and A53 captions.

Bug-Id:632
libavcodec/mpeg12dec.c