]> git.sesse.net Git - ffmpeg/commit
hevc: Factor out the pixel format mapping from the sps parser
authorLuca Barbato <lu_zero@gentoo.org>
Sun, 12 Jul 2015 22:48:48 +0000 (00:48 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 13 Jul 2015 19:59:53 +0000 (21:59 +0200)
commit8e373fe048812a25b238ea60a7052b8c07639a42
tree35d55df71b4aa7f3f7dde96ace5e86b3afd9208d
parentc571424c7f6276a6374e1784ce2a33d4b6a4292d
hevc: Factor out the pixel format mapping from the sps parser

The function will grow larger as more formats are supported.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/hevc_ps.c