diff options
author | Jun Zhao <barryjzhao@tencent.com> | 2019-06-01 11:28:56 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2019-06-03 13:04:23 +0800 |
commit | 0b7bfa8ad79e483fd81fc006b35c4ef86990d46f (patch) | |
tree | 0ace2cdbb1e949d31669baf85acc8a0f9b1bb256 /MAINTAINERS | |
parent | 5c1fbc42397b26fe77abbd7e2ae604d57274ac35 (diff) | |
download | ffmpeg-0b7bfa8ad79e483fd81fc006b35c4ef86990d46f.tar.gz |
lavf/sr: Refine the coding style for init
We perfer the coding style like:
/* some stuff */
if (error) {
/* error handling */
return -(errorcode);
}
/* normal actions */
do_something()
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions