OSDN Git Service

pass QDMC extradata to the decoder
authorSascha Sommer <saschasommer@freenet.de>
Sun, 6 Feb 2011 12:54:03 +0000 (13:54 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 9 Feb 2011 02:30:01 +0000 (03:30 +0100)
commite11afd71a37316e2ea4e765dcb7a6a72867d9bc8
treefac98c1dfbc3bab4edc53bfcde8b2e5a342eedb1
parent5fb06ffac7af5a8c6f21e6d0a2dd8c938fdde3f8
pass QDMC extradata to the decoder

Makes playing QDMC files in MPlayer work when using the libavformat demuxer.
Problem was that the extradata was not passed from demuxer to decoder.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ed19fafd486d6ab0d6e1eba80ceaa482a740c556)
libavcodec/avcodec.h
libavformat/isom.c
libavformat/mov.c