Skip to content

Crash when the bitstream contains a CRA and following RASL pictures #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Appveyor deploy
  • Loading branch information
ChristianFeldmann committed Oct 7, 2018
commit b6b649d738a0b3d11990e4c4d385f876f6ff9b14
10 changes: 9 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,12 @@ test_script:
- build\dec265.exe -t 4 -q -c -f 100 libde265-data\RandomAccess\paris-ra-wpp.bin

artifacts:
- path: build
- path: libde265/Release/libde265.dll

deploy:
provider: GitHub
auth_token:
secure: boWJ9aVfVBpOkBGzWF5yS5/Os3eDUjFfziOY04+LNA+7v+PnMFBtHeMJe2PjK4gm
artifact: libde265/Release/libde265.dll
on:
appveyor_repo_tag: true # deploy on tag push only