OSDN Git Service

avformat/matroskaenc: fix handling of VFW style raw rgb
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 14 Feb 2015 11:43:33 +0000 (12:43 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 14 Feb 2015 12:02:30 +0000 (13:02 +0100)
commite2fb12b629e8c5a2a21c7bbd3260e3d316adeef1
treeea8dd3a9f9a90a768dc5c59e4b4e79da33fcc217
parentad1549aec3ea826a61637557701acde9d4fc0541
avformat/matroskaenc: fix handling of VFW style raw rgb

raw rgb uses 0 as codec tag in "VFW", the code assumed 0 means error

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