diff options
author | Andreas Rheinhardt <[email protected]> | 2021-12-23 03:37:12 +0100 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2022-01-04 16:28:55 +0100 |
commit | 22ef01f5e142ffc38d4365b284cba5747a2d9982 (patch) | |
tree | 7cc2b5fef20737055fc91b39bd5fe4364679f6bc /libavcodec/pthread.c | |
parent | 5d856ef476f0fdb06e54c71c43a79d26b3d213f9 (diff) |
avcodec/mpegvideo: Avoid needlessly calling function
The very first check in this if-else if-else if construct is
"if (s->encoding ||", i.e. in case of the WMV2 encoder the else
branches are never executed.
Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'libavcodec/pthread.c')
0 files changed, 0 insertions, 0 deletions