OSDN Git Service

avcodec/flac_parser: Use sizeof(variable) instead of sizeof(type)
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 15 Jan 2015 15:48:54 +0000 (16:48 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 15 Jan 2015 16:09:39 +0000 (17:09 +0100)
commit5f964c6027da4924a9d0b9a9a6ab5efa7227c189
tree79f42e43042bc0f0f2d958afe6104fe219d871de
parentec9935b288af8afdaaaf42b069da4310e66843ae
avcodec/flac_parser: Use sizeof(variable) instead of sizeof(type)

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