OSDN Git Service

av_frame_get_buffer: Do not fail when the channel layout is unknown
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 13 Jul 2013 18:58:18 +0000 (20:58 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 13 Jul 2013 19:09:20 +0000 (21:09 +0200)
commit0a06e6e49b9b50d74dee2506139076bfe3606834
treee0158199bacb9fbd1c9b83198760bea374660717
parent289737c8be2898edc2455b2f15816cf5a0777dc4
av_frame_get_buffer: Do not fail when the channel layout is unknown

Fixes handling of cases with unknown layouts but known channel counts

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/frame.c