[MPlayer-dev-eng] [RFC][PATCH V2] libmpcodecs/ad_spdif.c check DTS profile

Naoya OYAMA naoya.oyama at gmail.com
Sat Mar 3 14:54:58 CET 2012


Hi,
Thank you for comment.

Patch update.
Then patches was splitting into the following seven.

#1 codec name has modified to match the libavcodec/allcodecs.c.
#2 in the init() to create a lavc.
#3 Internally decode init() using the lavc was created in Step 2., Do
an analysis of stream.
#4 to determine based on lavc->profile the dts, setting appropriate
channels and dtshd_rate and srate.
#5 176400 or 192000 to assign to 48KHz or 44.1KHz srate to determine
whether in truehd.
#6 shall take precedence srate, bps and packet_size of lavc.
#7 cosmetic changes.


More information about the MPlayer-dev-eng mailing list