a2e1bf1920
- Coded video size change was used as one of conditions to create a new file when dumping decode output. When a stream has coded video size change but the display size does not change, there is no need to dump the decoded frames into a new file. - Now we replace the coded size check with display size check to avoid unnecessary new dump file creation. Co-authored-by: Aryan Salmanpour <aryan.salmanpour@amd.com>